Skip to content

Instantly share code, notes, and snippets.

@UlisesGascon
Last active November 21, 2018 10:08
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 UlisesGascon/88a5dff0b5aafc395b131b6089068788 to your computer and use it in GitHub Desktop.
Save UlisesGascon/88a5dff0b5aafc395b131b6089068788 to your computer and use it in GitHub Desktop.
Fictizia setup
# 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