Explorar o código

Create outline for config suite

nullvisage hai 1 mes
pai
achega
406947a9df

+ 0 - 0
config/fastfetch/config.jsonc


+ 0 - 0
config/nvim/init.lua


+ 0 - 0
config/picom/picom.conf


+ 19 - 0
config/tmux/tmux.conf

@@ -0,0 +1,19 @@
+# Enable Mouse Support
+set -g mouse on
+# Increase History Limit
+set -g history-limit 50000
+# Start Index at 1
+set -g base-index 1
+setw -g pane-base-index 1
+# True Color Support
+set -g default-terminal "tmux-256color"
+set -as terminal-features ",xterm-256color:RGB"
+# Change Prefix to Ctrl+a
+unbind C-b
+set -g prefix C-a
+bind C-a send-prefix
+# Vim Navigation
+bind h select-pane -L
+bind j select-pane -D
+bind k select-pane -U
+bind l select-pane -R

+ 0 - 0
install-smol.sh


+ 0 - 0
install/appimages.sh


+ 0 - 0
install/configs.sh


+ 0 - 0
install/fonts.sh


+ 0 - 0
install/packages.sh


+ 0 - 0
install/steam.sh


+ 0 - 0
scripts/projects.sh


+ 0 - 0
scripts/quick-actions.sh


+ 0 - 0
scripts/run.sh


+ 0 - 0
scripts/search.sh