Update linux config

This commit is contained in:
ViViDboarder 2014-08-28 15:23:48 -07:00
parent 4d54b5f61d
commit 1a6ac7fe16
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Android SDK
if [[ "$DET_OS" == "linux" ]]; then
ANDROID_SDK=$HOME/workspace/adt-bundle-linux/sdk
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin
elif [[ "$DET_OS" == "mac" ]]; then
ANDROID_SDK=$HOME/workspace/android-sdk-macosx
export PATH=$HOME/Library/Python/2.7/bin:$PATH

View File

@ -19,7 +19,7 @@ case "$PACKAGE_MANAGER" in
if [ -n "$(apt-cache policy silversearcher-ag)" ] ; then
sudo_package 'silversearcher-ag'
fi
sudo_package 'build-essential bash-completion rubygems tmux vim gvim'
sudo_package 'build-essential bash-completion tmux vim'
;;
esac