Files
dotfiles/dot_config/zsh/dot_zimrc
s0wlz (Matthias Puchstein) 5523871e71 theme: add apex-neon configs
2025-12-30 04:05:31 +01:00

41 lines
997 B
Plaintext

#
# Modules
#
# Sets sane Zsh built-in environment options.
zmodule environment
# Applies correct bindkeys for input events.
zmodule input
# Utility aliases and functions. Adds colour to ls, grep and less.
zmodule utility
zmodule fzf
zmodule ssh
zmodule git
zmodule joke/zim-yq
zmodule joke/zim-kubectl
zmodule https://github.com/fdellwing/zsh-bat.git
zmodule z-shell/zsh-eza
#
# Completion
#
# Additional completion definitions for Zsh.
zmodule zsh-users/zsh-completions --fpath src
# Enables and configures smart and extensive tab completion.
# completion must be sourced after all modules that add completion definitions.
zmodule completion
#
# Modules that must be initialized last
#
# Fish-like syntax highlighting for Zsh.
# zsh-users/zsh-syntax-highlighting must be sourced after completion
zmodule zsh-users/zsh-syntax-highlighting
# Fish-like autosuggestions for Zsh.
zmodule zsh-users/zsh-autosuggestions
zmodule zsh-users/zsh-history-substring-search
zmodule kiesman99/zim-zoxide