Skip to content

Instantly share code, notes, and snippets.

@sergeioff
Created December 7, 2018 14:19
Show Gist options
  • Save sergeioff/7e4447dcef3b02648726936a32938018 to your computer and use it in GitHub Desktop.
Save sergeioff/7e4447dcef3b02648726936a32938018 to your computer and use it in GitHub Desktop.
My .zshrc config
# 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