feat(revamp): add zsh and neovim configs, add an install script and a dependencies list
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user