Skip to content

Instantly share code, notes, and snippets.

@shoya140
Last active April 5, 2018 23:17
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 shoya140/686d206178f2ab2ed3f7fbf4df3dba46 to your computer and use it in GitHub Desktop.
Save shoya140/686d206178f2ab2ed3f7fbf4df3dba46 to your computer and use it in GitHub Desktop.
alias open='cygstart'
export WIN_HOME=/c/Users/Shoya
export PATH=$WIN_HOME/Miniconda3:$PATH
export PATH=$WIN_HOME/Miniconda3/Scripts/:$PATH
export PATH=$WIN_HOME/Miniconda3/Library/bin:$PATH
export PATH=/c/Program\ Files/nodejs:$PATH
export PATH=$WIN_HOME/AppData/Roaming/npm:$PATH
# optional
export PATH=$WIN_HOME/AppData/Local/atom/bin:$PATH
export PATH=/c/Program\ Files\ \(x86\)/SMI/iView\ X\ SDK/bin:$PATH
@shoya140
Copy link
Author

shoya140 commented Apr 5, 2018

Quick set up on windows

  • Download and install Miniconda3
  • Download and install Node
  • Download and extract gnupack
  • Copy PATH settings into ~/.bashrc on gnupack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment