Added tmux startup script
This commit is contained in:
@@ -14,6 +14,7 @@ python:
|
||||
cp pythonrc ~/.pythonrc
|
||||
|
||||
tmux:
|
||||
cp dev-tmux ~/dev-tmux
|
||||
cp tmux.conf ~/.tmux.conf
|
||||
|
||||
valgrind:
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
tmux new-session -d
|
||||
tmux split-window -h
|
||||
tmux split-window
|
||||
tmux new-window 'mutt'
|
||||
tmux -2 attach-session -d
|
||||
Reference in New Issue
Block a user