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-02-03 12:05:02 -08:00
|
|
|
print_subtitle tmux
|
2024-01-30 19:56:02 -08:00
|
|
|
|
2024-02-03 20:03:19 -08:00
|
|
|
brew_install tmux tmux
|