Skip to content

Instantly share code, notes, and snippets.

@sbmaggarwal
Created January 29, 2022 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbmaggarwal/468c9d241e969b3f1f8fedab1253fd18 to your computer and use it in GitHub Desktop.
Save sbmaggarwal/468c9d241e969b3f1f8fedab1253fd18 to your computer and use it in GitHub Desktop.
Personal iTerm 2 zshrc file
# Path to your oh-my-zsh installation.
export ZSH="/Users/home/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(asdf colored-man-pages docker brew sudo git)
source $ZSH/oh-my-zsh.sh
export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk-11.0.11.jdk/Contents/Home"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment