diff --git a/.config/tmux/plugins/tmux b/.config/tmux/plugins/tmux deleted file mode 160000 index c43c10f..0000000 --- a/.config/tmux/plugins/tmux +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c43c10fe94862410e5c82e8ef8f21d9776faf351 diff --git a/.config/tmux/plugins/tpm b/.config/tmux/plugins/tpm deleted file mode 160000 index 99469c4..0000000 --- a/.config/tmux/plugins/tpm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946 diff --git a/.config/tmux/plugins/vim-tmux-navigator b/.config/tmux/plugins/vim-tmux-navigator deleted file mode 160000 index a9b52e7..0000000 --- a/.config/tmux/plugins/vim-tmux-navigator +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a9b52e7d36114d40350099f254b5f299a35df978 diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 04238b5..afb1069 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -13,7 +13,7 @@ set -g pane-base-index 1 set-window-option -g pane-base-index 1 set-option -g renumber-windows on -set -g @plugin 'catppuccin/tmux' +set -g @plugin 'catppuccin/tmux#v1.0.1' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' @@ -53,5 +53,16 @@ bind -r l select-pane -R # setw -g window-status-format "#[fg=#0c0c0c,bg=#0c0c0c,nobold,nounderscore,noitalics]#[default] #I #{b:pane_current_path} " # setw -g window-status-current-format "#[fg=#0c0c0c,bg=#b6b8bb,bold] #I #{b:pane_current_path} " +# Catpuccin Theme.... +set -g status-right "#{E:@catppuccin_status_application}#{E:@catppuccin_status_session}" +set -g status-left "" +set -g @catppuccin_pane_active_border_style "fg=#{@thm_peach}" +set -g @catppuccin_window_current_background "#{@thm_lavender}" +set -g @catppuccin_window_status_style "basic" + +set -g @catppuccin_window_default_text " #W" +set -g @catppuccin_window_current_text " #W" +set -g @catppuccin_window_status "icon" +set -g @catppuccin_window_current_background "#{@thm_peach}" run '~/.config/tmux/plugins/tpm/tpm' diff --git a/.stow-local-ignore b/.stow-local-ignore index 7375eeb..fcbfa76 100644 --- a/.stow-local-ignore +++ b/.stow-local-ignore @@ -25,3 +25,4 @@ _darcs install.sh assets cool-icons +readme.md diff --git a/install.sh b/install.sh index 04261e3..28d5683 100755 --- a/install.sh +++ b/install.sh @@ -1,12 +1,5 @@ #!bin/zsh -echo "Installing commandline tools..." -xcode-select --install - -echo "Installing Brew..." -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -brew analytics off - # ---- Terminal ---- echo "Installing your Teminal and other thingies..." brew install git @@ -19,7 +12,7 @@ brew install stow brew install tmux brew install wezterm brew install zoxide -brew install zsh-fast-syntax-highlighting +brew install zsh-syntax-highlighting echo "Creating symlinks using GNU STOW" stow .