Make sure everything is up to date.
2. Install Xcode and its "Command Line Tools"
- Go to App Store and install Xcode.
- Open and accept the terms
- Then go to the terminal and install "Command Line Tools":
sh 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.
Visit my Dotfiles repo for instructions.
Many softwares can be installed through homebrew-cask which makes the process way simpler:
curl -L https://gist.github.com/cstipkovic/9118447/raw/install_my_env.sh | bash
Just make sure to move all apps from /opt/homebrew-cask/Caskroom/
to /Applications
. And to remove all installations files from /Library/Caches/Homebrew
.
- Docker for "virtual machines"
- Dropbox for file syncing
- Skype for international calls
- Spotify for music streaming
- uTorrent for torrent download
- WorkflowTimer for time tracking
Unfortunately some apps aren't available through homebrew-cask, so you need to install it manually.
- Magnet for window management
- Dash for documentation lookup
- Franz for messaging
- Keynote for presentations
- Unarchiver for ZIP, RAR, etc
- ScreenFlow for screencast recording
Visit GitHub's official guide for instructions.
From that point on you're going to be able to do some git operations with GitHub \o/