Files
dotfiles/Makefile
2015-02-04 17:24:24 +01:00

22 lines
271 B
Makefile

all:bash ghc git python vim zsh
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
zsh:
cp zshrc ~/.zshrc
cp pip-upgrade ~/.pip-upgrade