31 lines
429 B
Makefile
31 lines
429 B
Makefile
all:bash ghc git python tmux valgrind vim zsh
|
|
|
|
bash:
|
|
cp bash_profile ~/.bash_profile
|
|
|
|
ghc:
|
|
cp -r cabal ~/.cabal
|
|
cp ghci ~/.ghci
|
|
|
|
git:
|
|
cp gitignore ~/.gitignore
|
|
cp gitconfig ~/.gitconfig
|
|
|
|
python:
|
|
cp pythonrc ~/.pythonrc
|
|
|
|
tmux:
|
|
cp dev-tmux ~/dev-tmux
|
|
cp tmux.conf ~/.tmux.conf
|
|
|
|
valgrind:
|
|
cp valgrindrc ~/.valgrindrc
|
|
|
|
vim:
|
|
cp vimrc ~/.vimrc.local
|
|
cp -r vim ~/.vim
|
|
|
|
zsh:
|
|
cp zshrc ~/.zshrc
|
|
cp pip-upgrade ~/.pip-upgrade
|