Skip to content

Commit

Permalink
Remove Android Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
tuzz committed Jul 7, 2020
1 parent cea3141 commit 5c7a564
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
6 changes: 0 additions & 6 deletions chef/android/recipes/default.rb

This file was deleted.

1 change: 0 additions & 1 deletion chef/node.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"node",
"ruby",
"rust",
"android",
"aws"
]
}
20 changes: 2 additions & 18 deletions chef/profile/files/user_profile
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,13 @@ eval "$(nodenv init - 2> /dev/null)"

source /usr/local/bin/zz-completion.bash

export ES_HOME="/usr/local/Cellar/elasticsearch/6.6.2/bin"
export JAVA_HOME="/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home"

export ANDROID_HOME="/Users/$USER/Library/Android/sdk"
export ANDROID_SDK_HOME="/Users/$USER/Library/Android/sdk"
export ANDROID_AVD_HOME="/Users/$USER/.android/avd"

export PATH="$ES_HOME/bin:$JAVA_HOME/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="/usr/local/opt/[email protected]/bin:$PATH"
export PATH="$ANDROID_HOME/tools:$PATH"
export PATH="$ANDROID_HOME/platform-tools:$PATH"
export PATH="$ANDROID_AVD_HOME:$PATH"
export RUSTFLAGS="-A dead_code"

export PS1="\w\[\033[33m\]\$(git_branch)\[\033[00m\] $ "
export EDITOR=vim

export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh"

export PS1="\w\[\033[33m\]\$(git_branch)\[\033[00m\] $ "

export RUSTFLAGS="-A dead_code"

alias :q="exit"

alias gca="git commit --amend --no-edit"

0 comments on commit 5c7a564

Please sign in to comment.