NOTE: This repository is no longer supported or updated by Awake Security / Arista Networks. If you wish to continue to develop this code yourself, we recommend you fork it.
Cider is a simple wrapper for Homebrew and Homebrew Cask. We use Cider to automate the process of installing a standard set of applications and utilities on our OSX Laptops. e.g. Google Chrome, Firefox, iTerm2, virtualbox and vagrant, dropbox, Oracle Java, CLI tools like GnuPG, Go, curl etc.
Install the Apple xcode command line tools: Download
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ sudo easy_install pip
$ brew install caskroom/cask/brew-cask
$ sudo pip install -U cider
$ git clone https://github.com/awakenetworks/dotfiles ~/.cider
$ cider restore
- Fork the awakenetworks/dotfiles repo on github.com
- Edit the file bootstrap.json in your forked repo.
- Clone this repo to ~/.cider and run cider restore.