catppuccin theme

This commit is contained in:
Kulvir Singh
2024-09-26 16:29:57 +05:30
parent d96eb3440f
commit e885f43f39
16 changed files with 138 additions and 123 deletions

View File

@@ -24,6 +24,9 @@ brew install zsh-fast-syntax-highlighting
echo "Creating symlinks using GNU STOW"
stow .
echo "Sourcing zsh config It should work now atleast"
source ~/.zshrc
echo "Installing tmux package manager...."
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
@@ -52,11 +55,12 @@ yabai() {
brew install koekeishiya/formulae/yabai
brew install koekeishiya/formulae/skhd
brew install FelixKratz/formulae/borders
brew install sketchybar
brew install FelixKratz/formulae/sketchybar
yabai --restart-service
skhd --restart-service
yabai --start-service
skhd --start-service
brew services start borders
brew services start sketchybar
}
install_yabai=false