From 677cf422c3151a168ae11b0c7788f7e62a871eb5 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 16 Aug 2018 19:05:54 -0400 Subject: start over with vim. add ~/bin --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit 1.4.1