2024-02-10 14:53:58 -08:00
|
|
|
#!/usr/bin/env fish
|
|
|
|
|
|
|
|
source "$DOT/script/utils.fish"
|
|
|
|
source "$DOT/homebrew/brew_utils.fish"
|
|
|
|
|
|
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
2024-02-10 15:49:50 -08:00
|
|
|
print_subtitle "CLI Tools"
|
|
|
|
|
|
|
|
brew_install "Midnight Commander" midnight-commander
|
2024-02-10 14:53:58 -08:00
|
|
|
|
|
|
|
brew_install bat bat
|
2024-02-10 15:49:50 -08:00
|
|
|
execute "bat cache --build" "Rebuild bat cache"
|