18 lines
210 B
Makefile
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
|