Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 602 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 602 Bytes

Android Oh My Zsh Plugin

Various useful tools for developing Android apps.

Prerequisites

Installation

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.