Last active
April 25, 2019 08:03
-
-
Save zedongh/97396e050a8549e1feb762403e5b1681 to your computer and use it in GitHub Desktop.
zsh config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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