2024-01-28 11:55:11 -08:00
|
|
|
#!/usr/bin/env fish
|
|
|
|
|
2024-01-30 19:56:02 -08:00
|
|
|
source "$DOT/script/utils.fish"
|
2024-01-29 17:32:29 -08:00
|
|
|
source "$DOT/homebrew/brew_utils.fish"
|
|
|
|
|
|
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
2024-01-30 19:56:02 -08:00
|
|
|
print_subtitle "tmux"
|
|
|
|
|
2024-01-29 17:32:29 -08:00
|
|
|
brew_install "tmux"
|