tmux: add tmuxsh bootstraps
This commit is contained in:
parent
0cb140bfdd
commit
19cb5c37e8
4
dot_config/tmux/bootstraps/dev.sh
Normal file
4
dot_config/tmux/bootstraps/dev.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Create new window
|
||||
tmux neww -n dev
|
||||
tmux send-keys -t 0 'cdd' C-m
|
4
dot_config/tmux/bootstraps/remote.sh
Normal file
4
dot_config/tmux/bootstraps/remote.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Create new window
|
||||
tmux neww -n remote
|
||||
# tmux send-keys -t 0 'cowsay remote' C-m
|
Loading…
Reference in New Issue
Block a user