about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2018-08-16 19:05:54 -0400
committerBen Harris <ben@tilde.team>2018-08-16 19:05:54 -0400
commit677cf422c3151a168ae11b0c7788f7e62a871eb5 (patch)
treea63459d1125eea5f8ac0e8a8dec2d156cce45e42 /Makefile
parentf6fcd7ffdda7eb765d1c25a2ff6dc81b93c19c62 (diff)
start over with vim. add ~/bin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 89a73d6..426e73e 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ endif
 install:
 	@make $(UNAME)
 
-Linux: bash fish git mutt byobu weechat vim nvim gnupg
+Linux: bash fish git mutt byobu weechat vim nvim gnupg bin
 Windows: bash git vim
 Other: bash git vim
 
@@ -31,6 +31,7 @@ clean:
 	stow -t "$$HOME" -D byobu
 	stow -t "$$HOME" -D weechat
 	stow -t "$$HOME" -D gnupg
+	stow -t "$$HOME" -D bin
 
 bash:
 	@printf "$(YELLOW)--- bash -----------------------------------------------\n$(RESET)"
@@ -74,5 +75,10 @@ gnupg:
 	chmod 700 "$$HOME/.gnupg"
 	stow -t "$$HOME" gnupg
 
-.PHONY: bash fish git vim nvim mutt byobu weechat gnupg clean install Windows Linux Other
+bin:
+	@printf "$(YELLOW)--- bin ------------------------------------------------\n$(RESET)"
+	stow -t "$$HOME" bin
+
+
+.PHONY: bash fish git vim nvim mutt byobu weechat gnupg bin clean install Windows Linux Other