37 lines
513 B
Makefile
37 lines
513 B
Makefile
all: bash ghc git input python scripts tmux valgrind vim zsh
|
|
|
|
bash:
|
|
cp bash_profile ~/.bash_profile
|
|
|
|
ghc:
|
|
cp -r cabal/config ~/.cabal/config
|
|
cp ghci ~/.ghci
|
|
|
|
git:
|
|
cp gitignore ~/.gitignore
|
|
cp gitconfig ~/.gitconfig
|
|
|
|
input:
|
|
cp inputrc ~/.inputrc
|
|
|
|
python:
|
|
cp pythonrc ~/.pythonrc
|
|
|
|
scripts:
|
|
cp -r .scripts ~/
|
|
|
|
tmux:
|
|
cp dev-tmux ~/dev-tmux
|
|
cp tmux.conf ~/.tmux.conf
|
|
|
|
valgrind:
|
|
cp valgrindrc ~/.valgrindrc
|
|
|
|
vim:
|
|
cp vimrc ~/.vimrc
|
|
cp -r .vim ~/.vim
|
|
|
|
zsh:
|
|
cp zshrc ~/.zshrc
|
|
cp pip-upgrade ~/.pip-upgrade
|