Files
dotfiles/Makefile

20 lines
435 B
Makefile

install-brews:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@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 install-apps