Added Makefile and pythonrc

This commit is contained in:
Veit Heller
2014-06-24 18:29:17 +02:00
parent e805203b38
commit f06e041dd0
2 changed files with 34 additions and 0 deletions

17
Makefile Normal file
View File

@@ -0,0 +1,17 @@
all:bash ghc git python vim
bash:
cp bash_profile ~/.bash_profile
ghc:
cp ghci ~/.ghci
git:
cp gitignore ~/.gitignore
cp gitconfig ~/.gitconfig
python:
cp pythonrc ~/.pythonrc
vim:
cp vimrc ~/.vimrc