some changes
This commit is contained in:
Submodule .config/tmux/plugins/tmux deleted from c43c10fe94
Submodule .config/tmux/plugins/tpm deleted from 99469c4a9b
Submodule .config/tmux/plugins/vim-tmux-navigator deleted from a9b52e7d36
@@ -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'
|
||||
|
||||
@@ -25,3 +25,4 @@ _darcs
|
||||
install.sh
|
||||
assets
|
||||
cool-icons
|
||||
readme.md
|
||||
|
||||
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user