21 lines
239 B
Makefile
21 lines
239 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
|