diff --git a/Makefile b/Makefile index 8758eec..711f826 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -all: e git input python sbcli scripts valgrind vim zepto zsh +all: carp e git input python sbcli scripts valgrind vim zepto zsh + +carp: + cp -r carp ~/.carp e: cp erc ~/.erc diff --git a/carp/profile.carp b/carp/profile.carp new file mode 100644 index 0000000..44affd0 --- /dev/null +++ b/carp/profile.carp @@ -0,0 +1 @@ +(Project.config "output-directory" "/Users/veitheller/.carp/out/") diff --git a/zshrc b/zshrc index bad56ba..4e88fc3 100644 --- a/zshrc +++ b/zshrc @@ -169,6 +169,7 @@ pinfo(){ save_dotfiles(){ local DOTPATH=~/Documents/Code/Github/.dotfiles/ cp -r ~/.scripts ${DOTPATH} + rsync -av --exclude="libs" --exclude="history" ~/.carp/ ${DOTPATH}carp > /dev/null cp ~/.erc ${DOTPATH}erc cp ~/.gitconfig ${DOTPATH}gitconfig cp ~/.gitignore ${DOTPATH}gitignore