Skip to content

Instantly share code, notes, and snippets.

@yamafaktory
Created April 26, 2015 18:45
Show Gist options
  • Save yamafaktory/4f1456d2aa2563013280 to your computer and use it in GitHub Desktop.
Save yamafaktory/4f1456d2aa2563013280 to your computer and use it in GitHub Desktop.
zprestorc
# Color output
zstyle ':prezto:*:*' color 'yes'
# Prezto modules
zstyle ':prezto:load' pmodule \
'environment' \
'terminal' \
'editor' \
'history' \
'directory' \
'spectrum' \
'utility' \
'completion' \
'node' \
'git' \
'syntax-highlighting' \
'history-substring-search' \
'prompt'
# Key mapping style
zstyle ':prezto:module:editor' key-bindings 'emacs'
# History Substring Search
zstyle ':prezto:module:history-substring-search:color' found ''
zstyle ':prezto:module:history-substring-search:color' not-found ''
zstyle ':prezto:module:history-substring-search' globbing-flags ''
# Pacman
zstyle ':prezto:module:pacman' frontend 'yaourt'
# Prompt
zstyle ':prezto:module:prompt' theme 'cloud'
# SSH
zstyle ':prezto:module:ssh:load' identities 'id_rsa' 'id_rsa2' 'id_github'
# Syntax Highlighting
zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \
'brackets' \
'pattern' \
'cursor' \
'root'
zstyle ':prezto:module:syntax-highlighting' styles \
'builtin' 'bg=blue' \
'command' 'bg=blue' \
'function' 'bg=blue'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment