fix makefile to install everything in one go

This commit is contained in:
Ben Harris 2019-03-25 18:09:29 -04:00
parent b7fcdf410b
commit 23126d3da1
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ byobu:
@printf "$(YELLOW)--- byobu ----------------------------------------------\n$(RESET)"
stow -t "$$HOME" byobu
fish:
fish: fzf
@printf "$(YELLOW)--- fish -----------------------------------------------\n$(RESET)"
stow -t "$$HOME" fish
@ -55,7 +55,7 @@ fzf:
@printf "$(YELLOW)--- fzf ------------------------------------------------\n$(RESET)"
git submodule update --init -- fzf/.fzf
stow -t "$$HOME" fzf
~/.fzf/install
~/.fzf/install --no-bash --no-zsh --no-completion --no-update-rc --key-bindings --64
git:
@printf "$(YELLOW)--- git ------------------------------------------------\n$(RESET)"