From 6ca239008de3b2e3ad9cb7e14771566b3d85e5f1 Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 23 Jul 2018 16:21:47 +0200 Subject: [PATCH] all: add carp --- Makefile | 5 ++++- carp/profile.carp | 1 + zshrc | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 carp/profile.carp 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