-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing apps to Brewfile #35
Comments
https://github.com/simeji/jid - interactive |
Compare output of these on primary machines with the Brewfile in this repo and resolve any differences. |
|
from https://github.com/omerxx/dotfiles
|
https://github.com/Homebrew/homebrew-bundle already used in https://github.com/AlanGreene/starter/blob/main/macOS/config.sh supports installing from brew, cask, Mac App Store, and VS Code extensions
|
conditionals in brewfile e.g. brew "starship"
brew "tmux"
# macos
if OS.mac?
cask "iterm2"
cask "karabiner-elements"
cask "1password-cli"
brew "bitwarden-cli"
cask "keepingyouawake"
end or brew "emacs-plus", args: ["with-ctags"] if OS.mac? |
Difference between
|
https://docs.brew.sh/Cask-Cookbook#stanza-zap |
Add missing apps to the Brewfile so they're included by default on a fresh install. Maybe split out a separate Brewfile for apps / tools only used on personal machines.
The text was updated successfully, but these errors were encountered: