File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11default :
22 @echo " hello ^^"
33
4- .PHONY : setup-macos setup-ubuntu setup-wsl setup-common setup-stow
4+ .PHONY : setup-common setup-macos setup-ubuntu setup-wsl
55
66setup-common :
77 bash ./tmux/setup.sh
@@ -14,18 +14,18 @@ setup-macos: brew-pkgs dotfiles setup-common setup-python
1414 bash ./macos/setup.sh
1515
1616setup-ubuntu : export OS=ubuntu
17- setup-ubuntu : dotfiles setup-common
17+ setup-ubuntu : brew-pkgs dotfiles setup-common
1818 bash ./ubuntu/setup.sh
1919
2020setup-wsl : export OS=wsl
2121setup-wsl : dotfiles setup-common
2222
23+ .PHONY : setup-stow dotfiles
24+
25+ STOW_ARGS =-vv
2326setup-stow :
2427 bash ./stow/setup.sh
2528
26- .PHONY : dotfiles test
27-
28- STOW_ARGS =-vv
2929dotfiles : setup-stow
3030 stow " $( STOW_ARGS) " -d dotfiles -t " $( HOME) " " $( OS) "
3131 stow " $( STOW_ARGS) " dotfiles
You can’t perform that action at this time.
0 commit comments