Android toolchain

This commit is contained in:
Max Bucknell 2024-08-08 10:38:00 +10:00
parent 9502283413
commit 9ba4ee6587
No known key found for this signature in database

View file

@ -48,6 +48,7 @@ PATH="$GOBIN:$PATH"
# JS stuff # JS stuff
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
export PATH="$HOME/.rover/bin:$PATH" export PATH="$HOME/.rover/bin:$PATH"
export PATH="$PATH:/opt/homebrew/Cellar/node@18/18.20.4/bin"
# Local path # Local path
PATH="$HOME/dotfiles/bin/misc:$PATH" PATH="$HOME/dotfiles/bin/misc:$PATH"
@ -57,6 +58,14 @@ PATH="$HOME/bin:$PATH"
# Playdate! # Playdate!
export PLAYDATE_SDK_PATH="$HOME/Developer/PlaydateSDK" 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 ## Completion
# Load up the extra Z Shell completions # Load up the extra Z Shell completions