Use a Brewfile to install software, which is required to bootstrap my mac.

This commit is contained in:
Philip Henning 2025-05-09 11:46:24 +02:00
parent 3d8dbbbb2f
commit bc3a9f1222
2 changed files with 11 additions and 2 deletions

6
misc/bootstrap.Brewfile Normal file
View file

@ -0,0 +1,6 @@
brew "coreutils"
brew "fzf"
brew "libmagic"
brew "mas"
brew "uv"
brew "zsh"