Desktop scripts
This commit is contained in:
parent
6079f98037
commit
639e4dbf2d
19 changed files with 321 additions and 0 deletions
9
scripts/tmux_start
Executable file
9
scripts/tmux_start
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
#tmux start-server;
|
||||
tmux new-session -d -s Main;
|
||||
tmux new-window -t Main;
|
||||
tmux new-window -t Main;
|
||||
tmux new-session -d -s Development;
|
||||
tmux split-window -t Development;
|
||||
tmux new-window -t Development;
|
||||
tmux new-window -t Development;
|
||||
Loading…
Add table
Add a link
Reference in a new issue