diff --git a/Makefile b/Makefile index 041b4dd..ea940be 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ python: cp pythonrc ~/.pythonrc tmux: + cp dev-tmux ~/dev-tmux cp tmux.conf ~/.tmux.conf valgrind: diff --git a/dev-tmux b/dev-tmux new file mode 100755 index 0000000..c971c7d --- /dev/null +++ b/dev-tmux @@ -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 diff --git a/zshrc b/zshrc index 06cb866..3fad6c2 100644 --- a/zshrc +++ b/zshrc @@ -140,6 +140,7 @@ pinfo(){ save_dotfiles(){ local DOTPATH=~/Documents/Code/Github/.dotfiles/ cp ~/.bash_profile ${DOTPATH}bash_profile + cp ~/dev-tmux ${DOTPATH}dev-tmux cp ~/.ghci ${DOTPATH}ghci cp ~/.gitignore ${DOTPATH}gitignore cp ~/.gitconfig ${DOTPATH}gitconfig