9 lines
206 B
Fish
9 lines
206 B
Fish
|
#!/usr/bin/env fish
|
||
|
|
||
|
source "$DOT/homebrew/brew_utils.fish"
|
||
|
|
||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
|
||
|
brew_install "Github CLI" "gh"
|
||
|
brew_install "Gitmoji" "gitmoji"
|