10 lines
218 B
Fish
Executable file
10 lines
218 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
source "$DOT/script/utils.fish"
|
|
source "$DOT/homebrew/brew_utils.fish"
|
|
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
print_subtitle tmux
|
|
|
|
brew_install tmux tmux
|