✨ Fish/install.fish
This commit is contained in:
parent
5114458747
commit
dbe2cd8d8a
2 changed files with 13 additions and 7 deletions
13
fish/install.fish
Executable file
13
fish/install.fish
Executable file
|
@ -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"
|
|
@ -1,7 +0,0 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
source "$DOT/node/node_utils.fish"
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
npm_install "tldr pages" "tldr"
|
Loading…
Reference in a new issue