summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
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"