add alacritty
This commit is contained in:
2
zshrc
2
zshrc
@@ -115,6 +115,7 @@ 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/alacritty/alacritty.yml ${DOTPATH}
|
||||
cp ~/.erc ${DOTPATH}erc
|
||||
cp ~/.gitconfig ${DOTPATH}gitconfig
|
||||
cp ~/.gitignore ${DOTPATH}gitignore
|
||||
@@ -203,3 +204,4 @@ fortune | cowsay -f koala
|
||||
# eval `opam config env`
|
||||
|
||||
source ~/.zshrc.priv
|
||||
fpath+=${ZDOTDIR:-~}/.zsh_functions
|
||||
|
Reference in New Issue
Block a user