Skip to content

Instantly share code, notes, and snippets.

@benavern
Last active September 23, 2019 22:29
Show Gist options
  • Save benavern/5b98f7032e2fe948e75a3cdfa9b66230 to your computer and use it in GitHub Desktop.
Save benavern/5b98f7032e2fe948e75a3cdfa9b66230 to your computer and use it in GitHub Desktop.
dotfiles
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh)
antigen bundle git
antigen bundle pip
antigen bundle docker
antigen bundle nvm
antigen bundle npm
antigen bundle command-not-found
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
# Fish-like auto suggestions
antigen bundle zsh-users/zsh-autosuggestions
# Extra zsh completions
antigen bundle zsh-users/zsh-completions
# Load the bullet-train theme.
antigen theme https://github.com/caiogondim/bullet-train-oh-my-zsh-theme bullet-train
BULLETTRAIN_PROMPT_ORDER=(
# time
# context
status
virtualenv
#context
dir
git
cmd_exec_time
nvm
screen
)
BULLETTRAIN_PROMPT_CHAR='>_'
BULLETTRAIN_DIR_FG=black
# BULLETTRAIN_GIT_COLORIZE_DIRTY=true
BULLETTRAIN_NVM_BG=black
BULLETTRAIN_NVM_FG=green
# Tell Antigen that you're done.
antigen apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment