A simple file that allowes me to setup my tmux workflow

This commit is contained in:
Tobias 2024-11-19 23:10:52 +01:00
parent 8e0a0a8964
commit b0a730d90d

7
tmux-script Executable file
View File

@ -0,0 +1,7 @@
cd ~/Documents/git-repos
tmux new-s -d
tmux rename-window -t 1 GIT-LOCAL
cd
tmux new-w
tmux rename-window -t 2 SSH-WORK
tmux attach