update carp saving

This commit is contained in:
2020-11-07 14:40:24 +01:00
parent 9dcf1075de
commit 24ce7e1206
4 changed files with 5 additions and 3 deletions

2
zshrc
View File

@@ -118,7 +118,7 @@ RPROMPT+="%{$reset_color%}%{$fg[yellow]%}%~%{$reset_color%}"
save_dotfiles(){
local DOTPATH=~/Documents/Code/Github/.dotfiles/
cp -r ~/.scripts ${DOTPATH}
rsync -av --exclude="libs" --exclude="history" --exclude="out" ~/.carp/ ${DOTPATH}carp > /dev/null
cp ~/.config/carp/profile.carp ${DOTPATH}
cp ~/.config/alacritty/alacritty.yml ${DOTPATH}
cp ~/.erc ${DOTPATH}erc
cp ~/.gitconfig ${DOTPATH}gitconfig