cider
cider copied to clipboard
Hassle-free bootstrapping with Homebrew.
No disrespect to cider, because I very much appreciated its facilities and your contributions, but the project seems largely dormant at this point. Would you consider suggesting [homebrew-bundle](https://github.com/Homebrew/homebrew-bundle) as an...
# Method Run `cider missing taps` # Expected Behavior bootstrap.yaml should have valid entries for taps. In my case: ``` $ brew tap blackfireio/blackfire buo/cask-upgrade homebrew/cask homebrew/cask-versions homebrew/core ``` #...
Ex. Homebrew/homebrew-bundle generates a Brewfile with the line: ``` brew 'vim', args: ['with-lua'] ``` Cider generates: ``` - !!python/unicode 'vim' ```
The spec states "`$XDG_CONFIG_HOME` defines the base directory relative to which user specific configuration files should be stored. If `$XDG_CONFIG_HOME` is either not set or empty, a default equal to...
Add example `bootstrap.yaml` and `defaults.yaml` files to README to demonstrate new syntax.
`caskroom/cask/brew-cask` should be automatically installed if a bootstrap contains any casks. This isn't too annoying now, but will be once bootstraps are divided into separate files (#2).
It'd be handy to have support for pinned formulas which prevent a package from being accidentally upgraded. Here is how those work: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/FAQ.md#how-do-i-stop-certain-formulae-from-being-updated