From 9bb9421f8cb15f7874b0cf3a704a51482a26c2af Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sun, 4 Jan 2026 16:30:10 +0800 Subject: initialize Brewfile --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 5220cfa..67792d2 100755 --- a/setup.sh +++ b/setup.sh @@ -14,6 +14,9 @@ fi basedir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)" dotfiles="$HOME/.dotfiles" +# Install dependencies +brew bundle --file $dotfiles/Brewfile + # Ensure the XDG user-specific configurations directory exists mkdir -p "$HOME/.config" -- cgit v1.2.3