Skip to content

Instantly share code, notes, and snippets.

@ncerny
Created July 1, 2015 20:06
Show Gist options
  • Save ncerny/b1b1a8ddde51d6e32576 to your computer and use it in GitHub Desktop.
Save ncerny/b1b1a8ddde51d6e32576 to your computer and use it in GitHub Desktop.
Install chefdk with brew
brew update
brew doctor
brew install caskroom/cask/brew-cask
brew cask update
brew cask info chefdk
brew cask install chefdk
@paruff
Copy link

paruff commented Mar 18, 2019

looks like things might have changed:

brew install caskroom/cask/brew-cask
==> brew cask install caskroom/cask/brew-cask
Error: Cask 'brew-cask' is unavailable: '/usr/local/Homebrew/Library/Taps/caskroom/homebrew-cask/Casks/brew-cask.rb' does not exist.

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