feat: initial commit of Ela's Arch config. :)

This commit is contained in:
Philomena 2024-07-22 22:14:21 +02:00 committed by Philomena
commit 9ed00ff30c
59 changed files with 2769 additions and 0 deletions

32
zsh/.zpreztorc Normal file
View file

@ -0,0 +1,32 @@
# vim: ft=zsh
fpath=(${HOME}/.zsh.d/themes $fpath)
# Load Prezto modules
# The order matters.
zstyle ':prezto:load' pmodule \
'environment' \
'utility' \
'git' \
'completion' \
'syntax-highlighting' \
'history-substring-search' \
'prompt' \
'history' \
'autosuggestions' \
'editor'
# Enable color output
zstyle ':prezto:*:*' color 'yes'
# Enable advanced syntax highlighting for commands
zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \
'brackets'
# Set the prompt theme to load
# Setting it to 'random' loads a random theme.
zstyle ':prezto:module:prompt' theme 'elatella'
# Use vi keybindings
zstyle ':prezto:module:editor' key-bindings 'vi'