update carp saving
This commit is contained in:
3
Makefile
3
Makefile
@@ -5,7 +5,8 @@ alacritty:
|
||||
cp alacritty.yml ~/.config/alacritty
|
||||
|
||||
carp:
|
||||
cp -r carp ~/.carp
|
||||
mkdir -p ~/.config/carp
|
||||
cp profile.carp ~/.config/carp
|
||||
|
||||
e:
|
||||
cp erc ~/.erc
|
||||
|
@@ -1 +1,2 @@
|
||||
(Project.config "output-directory" "/Users/veitheller/.carp/out/")
|
||||
(Project.config "prompt" "> ")
|
2
sbclirc
2
sbclirc
@@ -31,4 +31,4 @@
|
||||
(setf *prompt* (colorize :bold (colorize :blue "λ ")))
|
||||
(setf *prompt2* (colorize :bold (colorize :blue "λ₂ ")))
|
||||
(setf *ret* (colorize :bold (colorize :red "⇒ ")))
|
||||
;(setf *pygmentize* "/usr/local/bin/pygmentize")
|
||||
(setf *pygmentize* "/usr/local/bin/pygmentize")
|
||||
|
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