Various useful tools for developing Android apps.
Pull plugin into the zsh plugins dir:
git clone https://github.com/simonas-dev/android-ohmyzsh.git $ZSH_CUSTOM/plugins/android --depth=1
Into .zshrc
file add:
# Define `ANDROID_HOME`. E.g. for macOS
export ANDROID_HOME=${HOME}/Library/Android/sdk
plugins=(
android
)
Reboot terminal or run zsh
to restart the session.