dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit e7e2bf1843a96dc1dbd3eec6fa6cb5752ff98b27
parent 767da72bbf641aefc310cf52b83275c0257ebf8d
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 30 Oct 2012 22:38:18 -0700

Added makefile

Diffstat:
AMakefile | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,16 @@ +# shells +install-zsh: + cp .aliases .colors .profile .sh_functions .zprofile .zshrc ~/ + +install-bash: + cp .aliases .bash_logout .bashrc .colors .profile .sh_functions ~/ + +# program config +install-irssi: + cp -r .irssi ~/ + +install-tmux: + cp .tmux.conf ~/ + +install-screen: + cp .screenrc ~/