feat: initial commit of Ela's Arch config. :)
This commit is contained in:
commit
9ed00ff30c
59 changed files with 2769 additions and 0 deletions
32
zsh/.zpreztorc
Normal file
32
zsh/.zpreztorc
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue