25 lines
320 B
Makefile
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
|