diff --git a/fish/install.fish b/fish/install.fish new file mode 100755 index 0000000..b1075dc --- /dev/null +++ b/fish/install.fish @@ -0,0 +1,13 @@ +#!/usr/bin/env fish + +source "$DOT/homebrew/brew_utils.fish" +source "$DOT/node/node_utils.fish" + +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +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" diff --git a/misc/install.sh b/misc/install.sh deleted file mode 100755 index eba8f3f..0000000 --- a/misc/install.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env fish - -source "$DOT/node/node_utils.fish" - -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -npm_install "tldr pages" "tldr"