all: add carp

This commit is contained in:
2018-07-23 16:21:47 +02:00
parent 974498fbbe
commit 6ca239008d
3 changed files with 6 additions and 1 deletions

View File

@@ -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

1
carp/profile.carp Normal file
View File

@@ -0,0 +1 @@
(Project.config "output-directory" "/Users/veitheller/.carp/out/")

1
zshrc
View File

@@ -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