Skip to content

Instantly share code, notes, and snippets.

@vitorbritto
Last active June 22, 2019 02:48
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vitorbritto/7401234 to your computer and use it in GitHub Desktop.
Save vitorbritto/7401234 to your computer and use it in GitHub Desktop.
My Workspace Setup

Setup - My Workspace

This is my workspace reference documentation in case I need to install and prepare it again. Is up to you (me) if you want to run this step by step. Use it wiselly. =]

1. Backup

  • Desktop
  • Projects
  • Transfers
  • Documents
  • Database Dumps
  • App's Credentials

2. Install macOS and run software update

Make sure everything is up to date.

3. Pre-requisites

  • Xcode - Running XCode 8.2 on OSX Sierra
  • Homebrew: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Run XCode once to agree with license, install Device Components and then execute brew doctor to begin dependencies installation. Homebrew will also install Command Line Tools for Xcode.

4. Install the .forcefiles

$ bash -c "$(curl -fsSL raw.github.com/vitorbritto/forcefiles/master/bin/forcefiles)"

5. Generate SSH keys for GitHub

Visit GitHub's official guide for instructions.

6. Manual Installations

Development

  • Chrome
  • Adobe XD
  • Visual Studio Code
  • Source Tree
  • Postman
  • Docker
  • Robomongo 3T
  • MySQL Workbench
  • Sequel Pro
  • Postico

Communications / Sharing

  • Skype
  • Slack
  • Whatsapp
  • Dropbox
  • Droplr

Google Chrome Extensions

  • Nimbus
  • Json Viewer
  • JWT
  • Redux Tools
  • The Great Suspender
  • React Dev Tools

7. May the force be with you. =]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment