]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
add bashrc stuff
[dotfiles.git] / Makefile
index 91cc601f9ac1f1c01dc3fd83b250ae5067f57cdd..af701e095a06f1a683e04e6dd305e715ba3a18a1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,17 @@
-.PHONY: install
+.PHONY: install update
 
 install:
+       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 ~/.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