11 lines
260 B
Fish
Executable file
11 lines
260 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
source "$DOT/script/utils.fish"
|
|
source "$DOT/homebrew/brew_utils.fish"
|
|
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
print_subtitle "Git"
|
|
|
|
brew_install "Github CLI" "gh"
|
|
brew_install "Gitmoji" "gitmoji"
|