about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-03-25 18:21:09 -0400
committerBen Harris <ben@tilde.team>2019-03-25 18:21:09 -0400
commit0ddfc1e35c9ee522e9db17cb10d1c0dcf95404c8 (patch)
tree2912bd4a6e458e4e23a442bfc82a17f419b8f3a4 /Makefile
parent8c01735257d0f01cb7e61842f0f7803c9d187d66 (diff)
remove .ssh-agent and fix make fish/fzf dep ordering
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a2a3e6f..5e5b72f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ endif
 install:
 	@make $(UNAME)
 
-Linux: bash fzf fish git mutt byobu weechat vim nvim gnupg bin emacs vscode sublime
+Linux: bash fzf fish git mutt byobu weechat vim nvim gnupg bin vscode sublime
 Windows: bash git vim
 Other: bash git vim
 
@@ -47,11 +47,11 @@ byobu:
 	@printf "$(YELLOW)--- byobu ----------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" byobu
 
-fish: fzf
+fish:
 	@printf "$(YELLOW)--- fish -----------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" fish
 
-fzf:
+fzf: fish
 	@printf "$(YELLOW)--- fzf ------------------------------------------------\n$(RESET)"
 	git submodule update --init -- fzf/.fzf
 	stow -t "$$HOME" fzf
@@ -93,7 +93,7 @@ weechat:
 	stow -t "$$HOME" weechat
 
 nuke:
-	@printf "$(YELLOW)--- nuking existing files ------------------------------\n$(RESET)"
+	@printf "$(RED)--- nuking existing files ------------------------------\n$(RESET)"
 	rm -rf ~/.byobu ~/.config/fish ~/.fzf ~/.bash*
 
 .PHONY: bash fzf fish git vim nvim mutt byobu weechat gnupg bin vscode sublime clean install nuke Windows Linux Other