Added tmux startup script
This commit is contained in:
1
Makefile
1
Makefile
@@ -14,6 +14,7 @@ python:
|
|||||||
cp pythonrc ~/.pythonrc
|
cp pythonrc ~/.pythonrc
|
||||||
|
|
||||||
tmux:
|
tmux:
|
||||||
|
cp dev-tmux ~/dev-tmux
|
||||||
cp tmux.conf ~/.tmux.conf
|
cp tmux.conf ~/.tmux.conf
|
||||||
|
|
||||||
valgrind:
|
valgrind:
|
||||||
|
6
dev-tmux
Executable file
6
dev-tmux
Executable file
@@ -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
|
1
zshrc
1
zshrc
@@ -140,6 +140,7 @@ pinfo(){
|
|||||||
save_dotfiles(){
|
save_dotfiles(){
|
||||||
local DOTPATH=~/Documents/Code/Github/.dotfiles/
|
local DOTPATH=~/Documents/Code/Github/.dotfiles/
|
||||||
cp ~/.bash_profile ${DOTPATH}bash_profile
|
cp ~/.bash_profile ${DOTPATH}bash_profile
|
||||||
|
cp ~/dev-tmux ${DOTPATH}dev-tmux
|
||||||
cp ~/.ghci ${DOTPATH}ghci
|
cp ~/.ghci ${DOTPATH}ghci
|
||||||
cp ~/.gitignore ${DOTPATH}gitignore
|
cp ~/.gitignore ${DOTPATH}gitignore
|
||||||
cp ~/.gitconfig ${DOTPATH}gitconfig
|
cp ~/.gitconfig ${DOTPATH}gitconfig
|
||||||
|
Reference in New Issue
Block a user