add alacritty

This commit is contained in:
2019-06-22 20:22:11 +02:00
parent d0d075691a
commit a857831bcd
3 changed files with 401 additions and 1 deletions

2
zshrc
View File

@@ -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