Files
dotfiles/Makefile
2015-03-30 15:16:46 +02:00

29 lines
383 B
Makefile

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