Skip to content

Instantly share code, notes, and snippets.

@kane-thornwyrd
Last active July 2, 2018 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kane-thornwyrd/b5c4457143fb6a38cf33311626c221ad to your computer and use it in GitHub Desktop.
Save kane-thornwyrd/b5c4457143fb6a38cf33311626c221ad to your computer and use it in GitHub Desktop.
ZSH + Antigen conf
source ~/antigen.zsh
export DEFAULT_USER=kane-thornwyrd
export EDITOR=atom
export NVM_LAZY_LOAD=true
export EMOJI_CLI_KEYBIND="^e"
export NVM_AUTO_USE=true
which htop >/dev/null && alias top=htop
autoload -U colors && colors
setopt promptsubst
# Load the oh-my-zsh's library.
# antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle colored-man-pages
antigen bundle git
antigen bundle command-not-found
antigen bundle extract
antigen bundle djui/alias-tips
antigen bundle desyncr/auto-ls
antigen bundle smallhadroncollider/antigen-git-rebase
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-history-substring-search
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle unixorn/autoupdate-antigen.zshplugin
antigen bundle walesmd/caniuse.plugin.zsh
antigen bundle webyneter/docker-aliases.git
antigen bundle b4b4r07/emoji-cli
antigen bundle lukechilds/zsh-nvm
antigen bundle ladyrassilon/git-hubflow-completion
antigen bundle lukechilds/zsh-better-npm-completion
# Load the theme.
antigen theme agnoster
# 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