Skip to content

Repository files navigation

serverkit-homebrew

Serverkit plug-in for Homebrew.

Install

gem"serverkit-homebrew"

Resource

homebrew_package

Make sure the specified homebrew package is installed.

Attributes

  • name - package name (required)
  • options - command-line-options for installation (e.g. "--HEAD")

Example

resources:
- type: homebrew_packagename: zsh
- type: homebrew_packagename: rbenvoptions: --HEAD

homebrew_cask_package

Make sure the specified homebrew cask package is installed.

Attributes

  • name - package name (required)
  • options - command-line-options for installation

Example

resources:
- type: homebrew_cask_packagename: karabiner
- type: homebrew_cask_packagename: vagrant

homebrew_tap

Make sure the specified GitHub repo is tapped (or untapped).

Attributes

  • name - repository name (required)
  • options - command-line-options for brew tap and brew untap
  • state - pass "untapped" to make sure the repo is untapped

Example

resources:
- type: homebrew_tapname: caskroom/cask
- type: homebrew_tapname: homebrew/versionsstate: untapped

About

Serverkit plug-in for Homebrew.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages