|
|
|
|
|
by jmg_
869 days ago
|
|
I maintain a Brewfile (https://github.com/Homebrew/homebrew-bundle) which contains the majority of the non-project specific applications that I like to install on any new Mac: https://github.com/jonahgeorge/dotfiles/tree/main What's really nice is the `cask` & `mas` keywords allow you to install .dmg files & directly from the App Store. --- While its not included in there yet, I've been experimenting with maintaining a private Homebrew tap which contains my ~/bin directory as opposed to shell aliases. |
|