Major rewrite (new install)

This commit is contained in:
ItsDrike 2025-09-02 22:38:05 +02:00
parent 4e89803237
commit e78b421565
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
158 changed files with 2542 additions and 5238 deletions

1895
home/.config/zsh/.zcompdump Normal file

File diff suppressed because it is too large Load diff

@ -1 +1 @@
Subproject commit 86f3681d2b151b3c2acbb386890b4984cc5ffd86
Subproject commit e9a7125d533e7acd3bae80e461cc6b9ab233cfa7

View file

@ -15,8 +15,3 @@ source ~/.config/zsh/rc/auto_cleanup.zsh
source ~/.config/zsh/rc/misc.zsh
source ~/.config/zsh/rc/plugins.zsh
source ~/.config/zsh/rc/zgenom.zsh
# Override the comment color to make comments visible on black bg
# (this needs to be after zgenom, as it requires the zsh-fast-highlighting plugin
# to be loaded)
FAST_HIGHLIGHT_STYLES[comment]='fg=#696C76'

View file

@ -16,3 +16,7 @@ if ! zgenom saved; then
zgenom save
fi
# Override the comment color to make comments visible on black bg
# (overrides the zsh-fast-highlighting plugin)
FAST_HIGHLIGHT_STYLES[comment]='fg=#696C76'