about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-03-25 18:09:29 -0400
committerBen Harris <ben@tilde.team>2019-03-25 18:09:29 -0400
commit23126d3da1180b520c4e6d0921056dbc86d86a1e (patch)
tree6ad65fa992176a20322f42059773ecf98a2d70f8
parentb7fcdf410bdd952dd725c9a8833b4b70139044de (diff)
fix makefile to install everything in one go
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cc43828..cf98cdc 100644
--- a/Makefile
+++ b/Makefile
@@ -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)"