Add systemd service setup
This commit is contained in:
parent
e64c4a9879
commit
4aa78f0c48
8 changed files with 79 additions and 1 deletions
16
roles/arch/files/tmux_start
Executable file
16
roles/arch/files/tmux_start
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
|
||||
MAIN="main"
|
||||
DEVELOPMENT="development"
|
||||
|
||||
tmux start-server
|
||||
tmux new-session -ds $MAIN
|
||||
tmux new-window
|
||||
tmux new-window
|
||||
tmux select-window -t 0
|
||||
|
||||
tmux new-session -ds $DEVELOPMENT
|
||||
tmux new-window
|
||||
tmux new-window
|
||||
tmux new-window
|
||||
tmux select-window -t 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue