mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Wip
This commit is contained in:
14
Makefile
14
Makefile
@@ -1,17 +1,21 @@
|
|||||||
BREWPATH ?= /opt/homebrew/bin
|
BREWPATH ?= /opt/homebrew/bin
|
||||||
BREW = $(BREWPATH)/brew
|
BREW = $(BREWPATH)/brew
|
||||||
|
DOTS = $(BREWPATH)/dots
|
||||||
|
|
||||||
# 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
|
||||||
source "$(PWD)/scripts/install-brew.sh"
|
source "$(PWD)/scripts/install-brew.sh"
|
||||||
chmod -R go-w $(brew --prefix)
|
|
||||||
|
|
||||||
bootstrap-minimal: bootstrap-homebrew
|
install-dots:
|
||||||
echo "Fix me"
|
"$(BREW)" tap m-housh/formula
|
||||||
|
"$(BREW)" install dots
|
||||||
|
|
||||||
bootstrap:
|
bootstrap-minimal: bootstrap-homebrew install-dots
|
||||||
echo "fix me"
|
"$(DOTS)" install --minimal
|
||||||
|
|
||||||
|
bootstrap: bootstrap-homebrew
|
||||||
|
"$(DOTS)" install --full
|
||||||
|
|
||||||
# make a local zsh configuration file, to extend
|
# make a local zsh configuration file, to extend
|
||||||
# the normal .zshrc for configuration that is only
|
# the normal .zshrc for configuration that is only
|
||||||
|
|||||||
Reference in New Issue
Block a user