dotfiles/fish/install.fish

18 lines
653 B
Fish
Raw Normal View History

2024-01-29 21:46:58 -08:00
#!/usr/bin/env fish
2024-01-30 18:43:40 -08:00
source "$DOT/script/utils.fish"
2024-01-29 21:46:58 -08:00
source "$DOT/homebrew/brew_utils.fish"
source "$DOT/node/node_utils.fish"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2024-01-30 18:43:40 -08:00
execute "fisher install catppuccin/fish" "catppuccin/fish"
execute "fisher install decors/fish-colored-man" "fish-colored-man"
2024-01-29 21:46:58 -08:00
brew_install "FiraCode Nerd Font" "font-fira-code-nerd-font" "" "homebrew/cask-fonts"
brew_install "Starship Prompt" "starship"
brew_install "Zsh Syntax Highlighting" "zsh-syntax-highlighting"
brew_install "Zsh Autosuggestions" "zsh-autosuggestions"
brew_install "The Fuck" "thefuck"
npm_install "tldr pages" "tldr"