some changes

This commit is contained in:
Kulvir Singh
2024-10-05 16:47:43 +05:30
parent 293cbfdf91
commit 3528dd1e86
6 changed files with 14 additions and 12 deletions

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

View File

@@ -13,7 +13,7 @@ set -g pane-base-index 1
set-window-option -g pane-base-index 1 set-window-option -g pane-base-index 1
set-option -g renumber-windows on 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/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' 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-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} " # 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' run '~/.config/tmux/plugins/tpm/tpm'

View File

@@ -25,3 +25,4 @@ _darcs
install.sh install.sh
assets assets
cool-icons cool-icons
readme.md

View File

@@ -1,12 +1,5 @@
#!bin/zsh #!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 ---- # ---- Terminal ----
echo "Installing your Teminal and other thingies..." echo "Installing your Teminal and other thingies..."
brew install git brew install git
@@ -19,7 +12,7 @@ brew install stow
brew install tmux brew install tmux
brew install wezterm brew install wezterm
brew install zoxide brew install zoxide
brew install zsh-fast-syntax-highlighting brew install zsh-syntax-highlighting
echo "Creating symlinks using GNU STOW" echo "Creating symlinks using GNU STOW"
stow . stow .