mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added app-store applications
This commit is contained in:
15
Makefile
15
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user