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

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