update carp saving
This commit is contained in:
2
zshrc
2
zshrc
@@ -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
|
||||
|
Reference in New Issue
Block a user