Add profile package
This commit is contained in:
4
profile/.profile.d/go.sh
Normal file
4
profile/.profile.d/go.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export GOPATH=$HOME/Library/Go
|
||||
export GOBIN=$GOPATH/bin
|
||||
1
profile/.profile.d/graalvm.sh
Normal file
1
profile/.profile.d/graalvm.sh
Normal file
@@ -0,0 +1 @@
|
||||
export GRAALVM_HOME="${SDKMAN_CANDIDATES_DIR}/java/21.0.1-graal"
|
||||
1
profile/.profile.d/help.sh
Normal file
1
profile/.profile.d/help.sh
Normal file
@@ -0,0 +1 @@
|
||||
export HELPDIR=/usr/share/zsh/"${ZSH_VERSION}"/help
|
||||
2
profile/.profile.d/java.sh
Normal file
2
profile/.profile.d/java.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#export JAVA_HOME=$(/usr/libexec/java_home -v 18)
|
||||
export JAVA_HOME="$SDKMAN_CANDIDATES_DIR/java/current"
|
||||
2
profile/.profile.d/jmeter.sh
Normal file
2
profile/.profile.d/jmeter.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
export JMETER_HOME=`which jmeter`
|
||||
|
||||
3
profile/.profile.d/liquibase.sh
Normal file
3
profile/.profile.d/liquibase.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export LIQUIBASE_HOME="/opt/homebrew/Cellar/liquibase/4.12.0/libexec"
|
||||
4
profile/.profile.d/zsh.sh
Normal file
4
profile/.profile.d/zsh.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export ZSH_HIGHLIGHT_DIR=/opt/homebrew/share/zsh-syntax-highlighting
|
||||
export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR=/opt/homebrew/share/zsh-syntax-highlighting/highlighters
|
||||
Reference in New Issue
Block a user