mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
wip
This commit is contained in:
7
Makefile
7
Makefile
@@ -4,7 +4,7 @@ BREW = $(BREWPATH)/brew
|
|||||||
# This does not work inside of a make command.
|
# This does not work inside of a make command.
|
||||||
bootstrap-homebrew:
|
bootstrap-homebrew:
|
||||||
xcode-select --install || true
|
xcode-select --install || true
|
||||||
$(shell sudo source "$(PWD)/scripts/install-brew.sh")
|
$(shell source "$(PWD)/scripts/install-brew.sh")
|
||||||
chmod -R go-w $(brew --prefix)
|
chmod -R go-w $(brew --prefix)
|
||||||
|
|
||||||
bootstrap-brews:
|
bootstrap-brews:
|
||||||
@@ -51,8 +51,11 @@ stow:
|
|||||||
bootstrap: bootstrap-homebrew bootstrap-brews bootstrap-casks stow bootstrap-non-brews bootstrap-app-store
|
bootstrap: bootstrap-homebrew bootstrap-brews bootstrap-casks stow bootstrap-non-brews bootstrap-app-store
|
||||||
open ~/Downloads
|
open ~/Downloads
|
||||||
|
|
||||||
|
bail:
|
||||||
|
echo "You should first run 'source scripts/install-brew.sh'" && exit 1
|
||||||
|
|
||||||
bootstrap-minimal:
|
bootstrap-minimal:
|
||||||
test -f "$(BREW)" || echo "You should first run `source scripts/install-brew.sh`" && exit 1
|
test -f "$(BREW)" || $(MAKE) bail
|
||||||
$(shell "$(PWD)/install")
|
$(shell "$(PWD)/install")
|
||||||
$(MAKE) bootstrap-brews
|
$(MAKE) bootstrap-brews
|
||||||
"$(BREW)" install --cask iterm2
|
"$(BREW)" install --cask iterm2
|
||||||
|
|||||||
Reference in New Issue
Block a user