tmux and startup tmux with theme
This commit is contained in:
11
startup_tmux.sh
Executable file
11
startup_tmux.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
# Adex Windows
|
||||
tmux new-session -d -s adex -n nvim -c /Users/mari/Documents/appdev/adex-api-go
|
||||
tmux new-window -t adex:1 -n zsh -c /Users/mari/Documents/appdev/adex-api-go
|
||||
|
||||
# Hood Windows
|
||||
tmux new-session -d -s hood -n nvim -c /Users/mari/Documents/appdev/hood-api-go
|
||||
tmux new-window -t hood:1 -n zsh -c /Users/mari/Documents/appdev//hood-api-go
|
||||
|
||||
tmux attach-session -t hood
|
||||
Reference in New Issue
Block a user