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