-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathexport.sh
21 lines (15 loc) · 832 Bytes
/
export.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-------------------------------------------------------------------------------
# Editor
#-------------------------------------------------------------------------------
export EDITOR=vim
#-------------------------------------------------------------------------------
# For brew cask available options
# @see. https://github.com/caskroom/homebrew-cask/blob/master/USAGE.md#options
#-------------------------------------------------------------------------------
# export HOMEBREW_CASK_OPTS="--appdir=/Applications --fontdir=/Library/Fonts"
#-------------------------------------------------------------------------------
# Export MONO Compile Time Variable
#-------------------------------------------------------------------------------
# export MONO_GAC_PREFIX="/usr/local"
export GOROOT=~/sdk/go1.20.4
export GOPATH=~/go