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

View File

@@ -5,7 +5,8 @@ alacritty:
cp alacritty.yml ~/.config/alacritty cp alacritty.yml ~/.config/alacritty
carp: carp:
cp -r carp ~/.carp mkdir -p ~/.config/carp
cp profile.carp ~/.config/carp
e: e:
cp erc ~/.erc cp erc ~/.erc

View File

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

View File

@@ -31,4 +31,4 @@
(setf *prompt* (colorize :bold (colorize :blue "λ "))) (setf *prompt* (colorize :bold (colorize :blue "λ ")))
(setf *prompt2* (colorize :bold (colorize :blue "λ₂ "))) (setf *prompt2* (colorize :bold (colorize :blue "λ₂ ")))
(setf *ret* (colorize :bold (colorize :red "⇒ "))) (setf *ret* (colorize :bold (colorize :red "⇒ ")))
;(setf *pygmentize* "/usr/local/bin/pygmentize") (setf *pygmentize* "/usr/local/bin/pygmentize")

2
zshrc
View File

@@ -118,7 +118,7 @@ RPROMPT+="%{$reset_color%}%{$fg[yellow]%}%~%{$reset_color%}"
save_dotfiles(){ save_dotfiles(){
local DOTPATH=~/Documents/Code/Github/.dotfiles/ local DOTPATH=~/Documents/Code/Github/.dotfiles/
cp -r ~/.scripts ${DOTPATH} 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 ~/.config/alacritty/alacritty.yml ${DOTPATH}
cp ~/.erc ${DOTPATH}erc cp ~/.erc ${DOTPATH}erc
cp ~/.gitconfig ${DOTPATH}gitconfig cp ~/.gitconfig ${DOTPATH}gitconfig