Files
dotfiles/Makefile
2015-03-10 09:17:08 +01:00

25 lines
320 B
Makefile

all:bash ghc git python valgrind vim zsh
bash:
cp bash_profile ~/.bash_profile
ghc:
cp ghci ~/.ghci
git:
cp gitignore ~/.gitignore
cp gitconfig ~/.gitconfig
python:
cp pythonrc ~/.pythonrc
valgrind:
cp valgrindrc ~/.valgrindrc
vim:
cp vimrc ~/.vimrc
zsh:
cp zshrc ~/.zshrc
cp pip-upgrade ~/.pip-upgrade