Skip to content

Instantly share code, notes, and snippets.

@dhanifudin
Created July 23, 2016 11:05
Show Gist options
  • Save dhanifudin/51574a7ab667a58676601e0e02aa70e8 to your computer and use it in GitHub Desktop.
Save dhanifudin/51574a7ab667a58676601e0e02aa70e8 to your computer and use it in GitHub Desktop.
Integrate prezto with zplug
export ZPLUG_HOME=$HOME/.zplug
source $ZPLUG_HOME/init.zsh
zmodload zsh/zprof
zplug "zplug/zplug"
# Prezto framework
zplug "sorin-ionescu/prezto", \
use:"init.zsh", \
hook-build:"ln -s $ZPLUG_HOME/repos/sorin-ionescu/prezto ~/.zprezto"
zstyle ':prezto:*:*' color 'yes'
zstyle ':prezto:load' pmodule \
'environment' \
'terminal' \
'editor' \
'history' \
'directory' \
'utility' \
'completion' \
'prompt' \
'python' \
'fasd' \
'tmux'
zstyle ':prezto:module:editor' key-bindings 'vi'
zstyle ':prezto:module:prompt' theme 'pure'
PURE_PROMPT_SYMBOL='🐒 '
# Custom zsh configuration
zplug "~/.zsh", \
use:"*.zsh", \
from:local
zplug load
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment