add kitty and more theme crap

This commit is contained in:
Mark Riedesel 2024-06-12 14:52:29 -05:00
parent a4740d2dc0
commit 817a08c7e2
8 changed files with 31 additions and 14 deletions

20
.config/zsh/.zshrc-old Normal file
View file

@ -0,0 +1,20 @@
# base config for oh my zsh
source /usr/share/oh-my-zsh/zshrc
#p10k instant prompt to make terminal open a bit snappier
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# Source manjaro config
source ~/.zshrc
# fix for comment color on manjaro zsh theme
ZSH_HIGHLIGHT_STYLES[comment]='fg=blue'
# user-defined overrides
[ -d ~/.config/zsh/config.d/ ] && source <(cat ~/.config/zsh/config.d/*)
# Fix for foot terminfo not installed on most servers
alias ssh="TERM=xterm-256color ssh"
source ~/.config/user-dirs.dirs