added scripts dir

This commit is contained in:
hellerve
2015-05-26 17:01:40 +02:00
parent ba8eef63a6
commit 547ae588af
4 changed files with 16 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
all:bash ghc git input python tmux valgrind vim zsh
all: bash ghc git input python scripty tmux valgrind vim zsh
bash:
cp bash_profile ~/.bash_profile
@@ -17,6 +17,9 @@ input:
python:
cp pythonrc ~/.pythonrc
scripts:
cp .scripts ~/.scripts
tmux:
cp dev-tmux ~/dev-tmux
cp tmux.conf ~/.tmux.conf