Skip to content

Instantly share code, notes, and snippets.

@domix
Forked from todc/mac-setup.md
Created July 12, 2020 02:13
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 domix/8985f68bf4a7ecd1f2dfffa022bccfa2 to your computer and use it in GitHub Desktop.
Save domix/8985f68bf4a7ecd1f2dfffa022bccfa2 to your computer and use it in GitHub Desktop.
Fresh Mac OS Setup

1. Run Software Update

Make sure everything is up to date.

Software Update

2. Install Xcode and its "Command Line Tools"

  1. Go to App Store and install Xcode.
  2. Open and accept the terms
  3. Then go to the terminal and install "Command Line Tools":
xcode-select --install

Notice this only works for Mac OS X Mavericks (10.9). For earlier versions, continue to use the in-app download in Xcode.

3. Install Homebrew

  1. Open a terminal window and execute the Homebrew install script:
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew doctor

4. Install Homebrew-Cask

brew tap phinze/cask
brew install brew-cask

5. Install Software from App Store

  • Gradient
  • xScope

6. Install Software via Homebrew

brew install mackup

brew cask install launchbar
# Add /opt/homebrew-cask/Caskroom/ to the list of Application folders Launchbar indexes
  
brew cask install totalfinder
brew cask install nvalt
brew cask install dropbox
brew cask install iterm2
brew cask install the-unarchiver

brew cask install google-chrome
brew cask install firefox

brew cask install rubymine
brew cask install intellij-idea
brew cask install sourcetree
brew cask install querious
brew cask install sublime-text
brew cask install apikitchen
brew cask install charles

brew cask install skype

brew cask install candybar
brew cask install snagit
brew cask install vlc
brew cask install vmware-fusion

brew install rbenv
brew install ruby-build
brew install mysql
brew install redis

# Restore configuration files from Dropbox
mackup restore

# Install latest version of Ruby
rbenv install 2.1.1

7. Install Fonts

Meslo - for Xcode https://github.com/andreberg/Meslo-Font

@mrduckieduck
Copy link

Testing funicular!

@domix
Copy link
Author

domix commented Dec 5, 2020

Hola

@domix
Copy link
Author

domix commented Dec 6, 2020

a ver cuando?

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