feat(revamp): add zsh and neovim configs, add an install script and a dependencies list

This commit is contained in:
2026-04-20 12:17:46 +02:00
parent f9f5b1e184
commit 27b1db55df
227 changed files with 13985 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Shell options
setopt glob_dots # no special treatment for file names with a leading dot
setopt auto_menu # show completion menu on successive tab presses
# Completion styling
zstyle ':completion:*' menu select # arrow-navigable menu with highlight
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" # color completions using LS_COLORS
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # case-insensitive matching