mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
9 lines
261 B
Makefile
9 lines
261 B
Makefile
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"
|
|
|
|
stow:
|
|
@stow --stow --verbose --target ~ */
|
|
|
|
fresh-install: install-brews stow
|