✨ Install Git tools in fish.
This commit is contained in:
parent
be04264133
commit
2909b791d7
1 changed files with 8 additions and 0 deletions
8
git/install.fish
Normal file
8
git/install.fish
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
source "$DOT/homebrew/brew_utils.fish"
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
brew_install "Github CLI" "gh"
|
||||
brew_install "Gitmoji" "gitmoji"
|
Loading…
Reference in a new issue