Skip to content

Instantly share code, notes, and snippets.

@lpiepiora
Created January 14, 2017 08:51
Show Gist options
  • Save lpiepiora/981253b93076828572eeb646f6e0db95 to your computer and use it in GitHub Desktop.
Save lpiepiora/981253b93076828572eeb646f6e0db95 to your computer and use it in GitHub Desktop.
ZSH configuration
# load zgen
source "${HOME}/.zgen/zgen.zsh"
# if the init scipt doesn't exist
if ! zgen saved; then
echo "Creating a zgen save"
# prezto and modules
zgen prezto
zgen prezto spectrum
zgen prezto homebrew
zgen prezto git
zgen prezto command-not-found
zgen prezto syntax-highlighting
zgen prezto utility
zgen prezto directory
zgen load zsh-users/zsh-completions
# This must go last
zgen load zsh-users/zsh-syntax-highlighting
zgen prezto prompt theme 'pure'
# save all to init script
zgen save
fi
export CLICOLOR=1
promptinit
prompt pure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment