Skip to content

Instantly share code, notes, and snippets.

@gblmarquez
Last active July 13, 2016 20:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gblmarquez/1a92f015429701ea6dd2 to your computer and use it in GitHub Desktop.
Save gblmarquez/1a92f015429701ea6dd2 to your computer and use it in GitHub Desktop.
mac bootstrap
brew cask install google-chrome
brew cask install firefox
brew cask install skype
brew cask install spotify
brew cask install iterm2
brew cask install atom
brew cask install virtualbox --appdir=/Applications
brew install azukiapp/azk/azk
brew install z
brew install thefuck
brew cask install lastpass
brew cask install alfred
brew cask install spectacle
brew cask install istat-menus
brew install tmux
brew install redis
brew install elixir
brew install n
apm install atom-beautify@0.28.19 atom-jade@0.3.0 git-plus@5.9.0 jade-beautify@0.0.12 language-elixir@0.5.2 language-tmux@0.4.0 source-preview-jade@0.1.1 wakatime@5.0.2
brew install fish
sudo echo /usr/local/bin/fish >> /etc/shells
chsh -s /usr/local/bin/fish
# run fish
fish
# install oh-my-fish check current docs
curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
# install oh-my-fish packages
omf install brew
omf install default
omf install git-flow
omf install osx
omf install thefuck
omf install z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment