Setup macOS Sierra (10.12)
#!/bin/sh
# homebrew-cask
brew tap caskroom/cask
brew tap caskroom/versions
# browsers
brew cask install google-chrome
brew cask install google-chrome-canary
brew cask install firefox
brew cask install firefox-beta
brew cask install safari-technology-preview
# coding
brew cask install kaleidoscope
brew cask install iterm
brew cask install mou
brew cask install parallels-desktop
brew cask install paw
brew cask install sourcetree
brew cask install sublime-text
# essential
brew cask install 1password
brew cask install adobe-photoshop-cs6
brew cask install alfred
brew cask install dropbox
brew cask install evernote
brew cask install licecap
# for fun
brew cask install spotify
brew cask install vlc
brew cask install webtorrent
# other
brew cask install bartender
brew cask install istat-menus
brew cask install screenflow
brew cask install skype
brew cask install slack
brew cask install the-unarchiver
I'm in a hospital in Spain and my MacBook was stolen.
Now I bought a new one and need to configure it. I have an AirPort Time Capsule that backs up everything using Time Machine, but I don't want all the crap I had in the old one. So let's get our hands dirty!
Make sure everything is up to date.
xcode-select --install
Notice this only works for Mac OS X Mavericks (10.9) and above. For earlier versions, continue to use the in-app download in Xcode.
Visit my Dotfiles repo for instructions.
This will install some useful stuff like zsh shell and lots of plugins using oh-my-zsh. Besides that, it will also set a new theme and some useful aliases for the terminal.
Many softwares can be installed through homebrew-cask which makes the process way simpler:
curl -L https://gist.githubusercontent.com/zenorocha/7159780/raw/5b7eb6d32800c974a2c8f0afc6cadfbf5078f239/softwares.sh | sh
Unfortunately some apps aren't available through homebrew-cask, so you need to install it manually.
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/
Visit my Sublime Text preferences repo for instructions.
There you can find the whole list of plugins, preferences and snippets.
Visit my Alfred workflow collection repo for instructions.
npm adduser zenorocha
:)