dotfiles/git/install.fish
Marley Rae 52a8da2336 🍻 Fix everything that was broken
Note to self - maybe consider testing things as you write them instead
of just making one thousand edits and then moving on.
2024-01-29 19:54:57 -08:00

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"