Skip to content

Instantly share code, notes, and snippets.

@Bunk
Created April 27, 2020 14:14
Show Gist options
  • Save Bunk/2b101e03fb25d4202cc07cbffefdc645 to your computer and use it in GitHub Desktop.
Save Bunk/2b101e03fb25d4202cc07cbffefdc645 to your computer and use it in GitHub Desktop.
Better Zshell w/ Antibody
DEFAULT_USER="bunk"
# Auto-use NVM on directory change
NVM_AUTO_USE=true
# Insert your static environment variables here
export AWS_REGION=
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
# If you import any Oh-my-zsh scripts, they'll need this set
export ZSH="$(antibody home)/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh"
source <(antibody init)
antibody bundle < ~/.zshrc_plugins.txt
robbyrussell/oh-my-zsh
robbyrussell/oh-my-zsh path:plugins/git
robbyrussell/oh-my-zsh path:plugins/github
robbyrussell/oh-my-zsh path:plugins/colorize
robbyrussell/oh-my-zsh path:plugins/z
robbyrussell/oh-my-zsh path:plugins/common-aliases
zsh-users/zsh-autosuggestions
zsh-users/zsh-syntax-highlighting
zsh-users/zsh-history-substring-search
lukechilds/zsh-nvm
zdharma/zsh-diff-so-fancy
mwilliammyers/plugin-osx
denysdovhan/spaceship-prompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment