Created
December 7, 2018 14:19
-
-
Save sergeioff/7e4447dcef3b02648726936a32938018 to your computer and use it in GitHub Desktop.
My .zshrc config
This file contains 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
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/sergeioff/.oh-my-zsh" | |
ZSH_THEME="agnoster" | |
COMPLETION_WAITING_DOTS="true" | |
plugins=( | |
git | |
autojump | |
docker | |
# gradle | |
httpie | |
# mvn | |
# ng | |
npm | |
# vagrant | |
vscode | |
yarn | |
colored-man | |
zsh-syntax-highlighting | |
) | |
source $ZSH/oh-my-zsh.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment