-
Now that Homebrew supports Brewfiles, maybe it's time to extend them into Caskfiles? https://coderwall.com/p/afmnbq
Right now, some are handling it like so:
https://github.com/mathiasbynens/dotfiles#…
-
I just had a glimpse at a few of the installers, and since they don't use `set -e` and finish with `echo ...`, the exit status will always be indicating success.
Also it won't abort on first failure.…
ghost updated
6 years ago
-
Hello!
homebrew-bundle looks great, but I have no idea how to use it effectively.
For any given line item in a Brewfile:
- what does it do?
- what are all the various options supported by t…
-
Hey guys, this is something I've been thinking about lately.
I use cask in my home computer and in my computer at work. I now have a somewhat big number of apps installed (30+), all of them through c…
-
This isn't really an issue, so feel free to close if this isn't the appropriate place for this (maybe [Mackup](https://github.com/lra/mackup) is a better place to ask?).
A big part of my use of cask …
-
# Mission
Looking over my [original dotfiles](https://github.com/gregmajor/dotfiles) repo, it's hard to summarize the mission clearly. It's really a combination of:
* _"I want my dotfiles to be co…
-
https://github.com/Homebrew/homebrew-bundle
Ignoring taps for now as Libraries doesn't have support for things like that.
-
For dependency management on osx, brew in moving towards using brew bundle command and Brewfiles heavily. Brewfiles allow a single place for osx dependencies and brew bundle doesn't error if a depende…
-
Please can you tell how i call call class method
``` ruby
file = "./excel_file/download//remit_2017_09_01.xlsx"
d = file.
ᐅ(~:split, '/').
ᐅ(~:last).
ᐅ(~:gsub, /remit_|.x…
-
Until now Libraries.io has focus primarily on supporting [Application level package managers](https://en.wikipedia.org/wiki/List_of_software_package_management_systems#Application-level_package_manage…