Added app-store applications

This commit is contained in:
2021-12-11 22:53:53 -05:00
parent 0b5aab6d79
commit 999427b382
3 changed files with 26 additions and 5 deletions

View File

@@ -1,8 +1,19 @@
install-brews:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@brew bundle --no-lock --file "$(PWD)/macOS/.config/macOS/Brewfile"
@brew bundle \
--no-lock \
--cleanup \
--debug \
--file "$(PWD)/macOS/.config/macOS/Brewfile"
install-apps:
@brew bundle \
--no-lock \
--cleanup \
--debug \
--file "$(PWD)/macOS/.config/macOS/AppStore.Brewfile"
stow:
@stow --stow --verbose --target ~ */
fresh-install: install-brews stow
fresh-install: install-brews stow install-apps