tmux: add tmuxsh bootstraps

This commit is contained in:
inkch 2025-01-14 19:31:48 +09:00
parent 0cb140bfdd
commit 19cb5c37e8
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
# Create new window
tmux neww -n dev
tmux send-keys -t 0 'cdd' C-m

View File

@ -0,0 +1,4 @@
#!/bin/sh
# Create new window
tmux neww -n remote
# tmux send-keys -t 0 'cowsay remote' C-m