소스 검색

Create outline for config suite

nullvisage 1 개월 전
부모
커밋
406947a9df
14개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      config/fastfetch/config.jsonc
  2. 0 0
      config/nvim/init.lua
  3. 0 0
      config/picom/picom.conf
  4. 19 0
      config/tmux/tmux.conf
  5. 0 0
      install-smol.sh
  6. 0 0
      install/appimages.sh
  7. 0 0
      install/configs.sh
  8. 0 0
      install/fonts.sh
  9. 0 0
      install/packages.sh
  10. 0 0
      install/steam.sh
  11. 0 0
      scripts/projects.sh
  12. 0 0
      scripts/quick-actions.sh
  13. 0 0
      scripts/run.sh
  14. 0 0
      scripts/search.sh

+ 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