AlanGreene / starter

Dotfiles starter project for new machines
1 stars 1 forks source link

Add missing apps to Brewfile #35

Open AlanGreene opened 3 years ago

AlanGreene commented 3 years ago

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.

AlanGreene commented 2 years ago

https://github.com/simeji/jid - interactive jq-style filtering of JSON

AlanGreene commented 2 years ago

brew leaves lists installed formulae that are not dependencies of another installed formula. brew ls --cask for Casks…

Compare output of these on primary machines with the Brewfile in this repo and resolve any differences.

AlanGreene commented 1 year ago

crane for interacting with remote images, e.g. confirming digest of an image by tag

AlanGreene commented 3 hours ago

from https://github.com/omerxx/dotfiles

# Leaving a machine
brew leaves > leaves.txt

# Fresh installation
xargs brew install < leaves.txt