about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-09-29 13:58:53 -0400
committerBen Harris <ben@tilde.team>2020-09-29 13:58:53 -0400
commit3d5219f8150c4b70769b1abd8bbfd41f249cc175 (patch)
tree65da53bc0d87e6fb889670191c34f066afd3b780 /Makefile
parentc5ab99a07acdaa40b45ca4b3b662e17cb54a5b5d (diff)
remove fzf and lf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 7bb60c8..ab4b509 100644
--- a/Makefile
+++ b/Makefile
@@ -51,12 +51,6 @@ fish:
 	@printf "$(YELLOW)--- fish -----------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" fish
 
-fzf: fish
-	@printf "$(YELLOW)--- fzf ------------------------------------------------\n$(RESET)"
-	git submodule update --remote --init -- fzf/.fzf
-	stow -t "$$HOME" fzf
-	~/.fzf/install --no-bash --no-zsh --no-completion --no-update-rc --key-bindings --64
-
 git:
 	@printf "$(YELLOW)--- git ------------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" git
@@ -67,13 +61,6 @@ gnupg:
 	chmod 700 "$$HOME/.gnupg"
 	stow -t "$$HOME" gnupg
 
-lf:
-	@printf "$(YELLOW)--- lf --------------------------------------------------\n$(RESET)"
-	git submodule update --remote --init -- lf/lf
-	cd lf/lf; CGO_ENABLED=0 go build -ldflags="-s -w" -o ../../bin/bin/lf
-	mkdir -p ~/.trash
-	stow -t "$$HOME" lf
-
 mutt:
 	@printf "$(YELLOW)--- mutt -----------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" mutt
@@ -97,4 +84,4 @@ nuke:
 	@printf "$(RED)--- nuking existing files ------------------------------\n$(RESET)"
 	rm -rf ~/.byobu ~/.config/fish ~/.fzf ~/.bash*
 
-.PHONY: bash fzf fish git vim nvim lf mutt byobu weechat gnupg bin clean install nuke Windows Linux Other
+.PHONY: bash fish git vim nvim mutt byobu weechat gnupg bin clean install nuke Windows Linux Other