Last active
November 21, 2018 10:08
-
-
Save UlisesGascon/88a5dff0b5aafc395b131b6089068788 to your computer and use it in GitHub Desktop.
Fictizia setup
This file contains hidden or 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
# curl -L https://gist.githubusercontent.com/ulisesGascon/88a5dff0b5aafc395b131b6089068788/raw/fictizia_setup.sh | bash | |
# Install xcode | |
xcode-select --install | |
# install homebrew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# Code! | |
brew install git | |
brew install node | |
brew install yarn | |
# Tools | |
brew cask install postman | |
brew cask install insomnia | |
brew cask install iterm2 | |
brew install wget | |
# Editors | |
brew cask install visual-studio-code | |
brew cask install sublime-text | |
brew cask install brackets | |
brew cask install atom | |
# Browsers | |
brew cask install firefox | |
brew cask install google-chrome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment