12 lines
259 B
Fish
12 lines
259 B
Fish
|
#!/usr/bin/env fish
|
||
|
|
||
|
source "$DOT/script/utils.fish"
|
||
|
source "$DOT/homebrew/brew_utils.fish"
|
||
|
|
||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
|
||
|
print_subtitle bat
|
||
|
|
||
|
brew_install bat bat
|
||
|
execute "bat cache --build" "Rebuild cache"
|