Skip to content

Instantly share code, notes, and snippets.

@HZooly
Created February 27, 2020 12:14
Show Gist options
  • Save HZooly/aff0e9707410830f7e3e11b7cf2fbe87 to your computer and use it in GitHub Desktop.
Save HZooly/aff0e9707410830f7e3e11b7cf2fbe87 to your computer and use it in GitHub Desktop.
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH
export PATH=/Users/hugo/.nvm/:$PATH
export JAVA_HOME=$(/usr/libexec/java_home)
export MAVEN_HOME=/usr/local/opt/maven/bin/mvn
export GRADLE_HOME=/usr/local/opt/gradle
export PATH=$GRADLE_HOME/bin:$PATH
export PATH=$MAVEN_HOME/bin:$PATH
export PATH=$PATH:~/Documents/Tools/flutter/bin
# Path to your oh-my-zsh installation.
export ZSH="/Users/hugo/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment