Skip to content

simonas-dev/android-ohmyzsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages