mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added some git config
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,12 +1,15 @@
|
||||
install-brews:
|
||||
bootstrap-homebrew:
|
||||
xcode-select --install | true
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
||||
bootsrap-brews:
|
||||
@brew bundle \
|
||||
--no-lock \
|
||||
--cleanup \
|
||||
--debug \
|
||||
--file "$(PWD)/macOS/.config/macOS/Brewfile"
|
||||
|
||||
install-apps:
|
||||
bootstrap-app-store:
|
||||
@brew bundle \
|
||||
--no-lock \
|
||||
--cleanup \
|
||||
@@ -16,4 +19,5 @@ install-apps:
|
||||
stow:
|
||||
@stow --stow --verbose --target ~ */
|
||||
|
||||
fresh-install: install-brews stow install-apps
|
||||
# Order matters, need to install home-brew first then formula
|
||||
bootstrap: bootstrap-homebrew bootstrap-brews stow bootstrap-app-store
|
||||
|
||||
Reference in New Issue
Block a user