Android toolchain
This commit is contained in:
parent
9502283413
commit
9ba4ee6587
1 changed files with 9 additions and 0 deletions
|
@ -48,6 +48,7 @@ PATH="$GOBIN:$PATH"
|
|||
# JS stuff
|
||||
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||
export PATH="$HOME/.rover/bin:$PATH"
|
||||
export PATH="$PATH:/opt/homebrew/Cellar/node@18/18.20.4/bin"
|
||||
|
||||
# Local path
|
||||
PATH="$HOME/dotfiles/bin/misc:$PATH"
|
||||
|
@ -57,6 +58,14 @@ PATH="$HOME/bin:$PATH"
|
|||
# Playdate!
|
||||
export PLAYDATE_SDK_PATH="$HOME/Developer/PlaydateSDK"
|
||||
|
||||
# Android
|
||||
export ANDROID_HOME="$HOME/Library/Android/sdk"
|
||||
export PATH="$ANDROID_HOME/emulator:$ANDROID_HOME/platform-tools:$PATH"
|
||||
|
||||
# Library Stuff
|
||||
export CPATH="$HOMEBREW_PREFIX/include:$CPATH"
|
||||
export LIBRARY_PATH="$HOMEBREW_PREFIX/lib:$LIBRARY_PATH"
|
||||
|
||||
## Completion
|
||||
|
||||
# Load up the extra Z Shell completions
|
||||
|
|
Loading…
Add table
Reference in a new issue