We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a90cea commit cc1c98fCopy full SHA for cc1c98f
Makefile
@@ -18,11 +18,7 @@ install-all: ## Install all dotfiles
18
-@bin/install.sh --all
19
20
brew-install: ## Install apps with Brew
21
- # todo: install brew as well if not set
22
-# -@./brew/setup.sh
23
@brew bundle --file=brew/Brewfile.current;
24
- # todo: move to set.sh
25
-# @brew bundle --file=brew/Brewfile.mas;
26
27
osx-install: ## Install macOSx
28
@tools/os/setup.sh
0 commit comments