Last active
July 13, 2016 20:43
-
-
Save gblmarquez/1a92f015429701ea6dd2 to your computer and use it in GitHub Desktop.
mac bootstrap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | |
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