aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-06-15 17:03:23 -0700
committerGravatar Tom Willemse2026-06-15 17:03:23 -0700
commite1ce86bb94add543880c0f6eeea86fe805e8cd58 (patch)
treebd76be96f10a3360425bd2a36a541b534848485c
parenta50c3f3916a986230b9c2a1f602b6021e902e372 (diff)
downloadnew-dotfiles-e1ce86bb94add543880c0f6eeea86fe805e8cd58.tar.gz
new-dotfiles-e1ce86bb94add543880c0f6eeea86fe805e8cd58.zip
GNUmakefile: Make brew bundle a little more quiet
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f15fd99..d6d5225 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -174,7 +174,7 @@ $(HOME)/.ssh/id_ed25519.pub:
ssh-keygen -t ed25519 -C "Tom Punt Macos Laptop"
brew-install: _mbsetupuser/Brewfile
- brew bundle --file $^
+ brew bundle --quiet --file $^
before-_mbsetupuser-install: _mbsetupuser/.emacs.d/init.elc