diff options
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
