Files
dotfiles/Makefile
2014-06-24 18:29:17 +02:00

18 lines
210 B
Makefile

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