Skip to content

Instantly share code, notes, and snippets.

@zedongh
Last active April 25, 2019 08:03
Show Gist options
  • Save zedongh/97396e050a8549e1feb762403e5b1681 to your computer and use it in GitHub Desktop.
Save zedongh/97396e050a8549e1feb762403e5b1681 to your computer and use it in GitHub Desktop.
zsh config
source $HOME/antigen.zsh
antigen use oh-my-zsh
antigen bundles <<EOF
npm
node
docker
cabal
pyenv
python
scala
sbt
gradle
mvn
git
pip
lein
command-not-found
heroku
zsh-users/zsh-syntax-highlighting
zsh-users/zsh-autosuggestions
zsh-users/zsh-completions
EOF
antigen theme bira
antigen apply
curl -L git.io/antigen > antigen.zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment