Skip to content

Instantly share code, notes, and snippets.

@charlires
Last active August 31, 2016 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlires/fd7f002621a8d2106be8a815efcfb5bd to your computer and use it in GitHub Desktop.
Save charlires/fd7f002621a8d2106be8a815efcfb5bd to your computer and use it in GitHub Desktop.

#Basic set up

APPS

DEV

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew install fish
brew install go
brew install node
brew install ruby
brew cask install java
brew install android-sdk
brew cask install ngrok
brew install watchman
brew install wget

ENV

~ $ vim .profile
export PS1="Carlos:\W$ "
export ANDROID_HOME="/usr/local/opt/android-sdk"
export GOPATH=$HOME/golang
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:/usr/local/opt/go/libexec/bin
~ $ vim .config/fish/config.fish
set -g -x PATH /usr/local/bin/ $PATH
set -x ANDROID_HOME /usr/local/opt/android-sdk
set -x ANDROID_NDK /usr/local/opt/android-ndk
set -x GOPATH ~/Workspace/golang

TOOLS

  • Dropbox
  • 1Password
  • iTerm
  • Docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment