-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Home
croaky edited this page Sep 30, 2014
·
4 revisions
Put your personal customizations in ~/.laptop.local.
For example, your ~/.laptop.local might look like this:
#!/bin/sh
brew tap caskroom/cask
brew install brew-cask
brew cask install dropbox
brew cask install google-chrome
brew cask install rdio
You should write your customizations such that they can be run safely more than
once. See the mac and linux scripts for examples.
| Name | Description |
|---|---|
| git_clone_or_pull | Useful to clone (if first time) or pull updates |
| brew cask | Adds brew cask taps |
| brew_cask_install | Helper function, ala brew_install_or_upgrade, for brew cask. It requires brew cask taps |