Files
dotfiles/Makefile
2021-12-11 21:30:56 -05:00

9 lines
237 B
Makefile

install-brews:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@brew bundle --file "$(PWD)/macOS/Brewfile"
stow:
@stow --stow --verbose --target ~ */
fresh-install: install-brews stow