X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/74ebbf77e192cf318f8b98f747233395f01f245c..352fe1c31a12484e932c323b44f05070c6076705:/Makefile diff --git a/Makefile b/Makefile index 8f85fd5..af701e0 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,17 @@ -.PHONY: install +.PHONY: install update install: - cp -f vimrc ~/.vimrc + cp -f bashrc ~/.bashrc + cp -f bash_aliases ~/.bash_aliases + cp -f bash_colors ~/.bash_colors + cp -f bash_logout ~/.bash_logout cp -f flexget/config.yml ~/.flexget/config.yml + cp -f vimrc ~/.vimrc update: - cp -f ~/.vimrc vimrc + cp -f ~/.bashrc bashrc + cp -f ~/.bash_aliases bash_aliases + cp -f ~/.bash_colors bash_colors + cp -f ~/.bash_logout bash_logout cp -f ~/.flexget/config.yml flexget/config.yml + cp -f ~/.vimrc vimrc