mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add shell setup for Android SDK
This commit is contained in:
11
zsh/android-sdk.zsh
Normal file
11
zsh/android-sdk.zsh
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
#
|
||||||
|
# Android SDK environment setup.
|
||||||
|
#
|
||||||
|
|
||||||
|
if [ -d "$HOME/Library/Android/sdk" ]; then
|
||||||
|
export ANDROID_HOME="$HOME/Library/Android/sdk"
|
||||||
|
path_append "$ANDROID_HOME/emulator"
|
||||||
|
path_append "$ANDROID_HOME/tools"
|
||||||
|
path_append "$ANDROID_HOME/tools/bin"
|
||||||
|
path_append "$ANDROID_HOME/platform-tools"
|
||||||
|
fi
|
||||||
@@ -114,13 +114,14 @@ source "$DOTZSH/tmux.zsh"
|
|||||||
source "$DOTZSH/less.zsh"
|
source "$DOTZSH/less.zsh"
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
source "$DOTZSH/android-sdk.zsh"
|
||||||
|
source "$DOTZSH/docker.zsh"
|
||||||
|
source "$DOTZSH/golang.zsh"
|
||||||
|
source "$DOTZSH/google-cloud.zsh"
|
||||||
|
source "$DOTZSH/kubernetes.zsh"
|
||||||
source "$DOTZSH/nodejs.zsh"
|
source "$DOTZSH/nodejs.zsh"
|
||||||
source "$DOTZSH/ruby.zsh"
|
source "$DOTZSH/ruby.zsh"
|
||||||
source "$DOTZSH/rust.zsh"
|
source "$DOTZSH/rust.zsh"
|
||||||
source "$DOTZSH/golang.zsh"
|
|
||||||
source "$DOTZSH/docker.zsh"
|
|
||||||
source "$DOTZSH/google-cloud.zsh"
|
|
||||||
source "$DOTZSH/kubernetes.zsh"
|
|
||||||
|
|
||||||
if [ -f "$DOTPFILES/shellrc.sh" ]; then
|
if [ -f "$DOTPFILES/shellrc.sh" ]; then
|
||||||
source "$DOTPFILES/shellrc.sh"
|
source "$DOTPFILES/shellrc.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user