Marley Rae
52a8da2336
Note to self - maybe consider testing things as you write them instead of just making one thousand edits and then moving on.
8 lines
206 B
Fish
Executable file
8 lines
206 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
source "$DOT/homebrew/brew_utils.fish"
|
|
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
brew_install "Github CLI" "gh"
|
|
brew_install "Gitmoji" "gitmoji"
|