compatibility with alacritty 0.13+; updated colorscheme back to normal; ported some i3-specific scwrypts from scwrypts to here

This commit is contained in:
2024-02-06 13:37:58 -07:00
parent 39ec276c5d
commit 5ca1cd6d24
12 changed files with 392 additions and 59 deletions

View File

@ -8,5 +8,8 @@ SCWRYPTS_ENV_SHORTCUT='' # CTRL + /
source "$HOME/.wryn/scwrypts/dotwryn/dotwryn.scwrypts.zsh"
source "$HOME/.wryn/scwrypts/ssh/ssh.scwrypts.zsh"
[ -f "$HOME/Projects/yage/home/code/scwrypts/yagehome.scwrypts.zsh" ] \
&& source "$HOME/Projects/yage/home/code/scwrypts/yagehome.scwrypts.zsh"
[ -f "$HOME/.config/scwrypts/config.local.zsh" ] \
&& source "$HOME/.config/scwrypts/config.local.zsh"