about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-05-12 17:06:13 -0400
committerBen Harris <ben@tilde.team>2021-05-12 17:06:13 -0400
commita86d372c553e5b367a026ea183126618ed471eaf (patch)
tree253e0ad7d427b15a77252a39cdd3d022c3665329
parentf8a2e1ec927313ba265263e9aece40aed41e7703 (diff)
add pb to install script
-rw-r--r--.gitmodules3
-rw-r--r--Makefile9
m---------pb0
3 files changed, 10 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 3ee8c7f..984ee64 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -22,3 +22,6 @@
 [submodule "vim/.vim/bundle/vim-airline"]
 	path = vim/.vim/bundle/vim-airline
 	url = https://github.com/vim-airline/vim-airline
+[submodule "pb"]
+	path = pb
+	url = https://tildegit.org/tomasino/pb
diff --git a/Makefile b/Makefile
index b0be762..ad10370 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ endif
 install:
 	@make $(UNAME)
 
-Linux: bash bin byobu fish git gnupg mutt nvim vim weechat
+Linux: bash bin byobu fish git gnupg mutt nvim pb vim weechat
 Windows: bash git vim
 Other: bash git vim
 
@@ -32,6 +32,7 @@ clean:
 	stow -t "$$HOME" -D nvim
 	stow -t "$$HOME" -D vim
 	stow -t "$$HOME" -D weechat
+	$(MAKE) -C pb PREFIX=~/.local uninstall
 
 bash:
 	@printf "$(YELLOW)--- bash -----------------------------------------------\n$(RESET)"
@@ -68,6 +69,10 @@ nvim:
 	@printf "$(YELLOW)--- nvim -----------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" nvim
 
+pb:
+	@printf "$(YELLOW)--- pb -------------------------------------------------\n$(RESET)"
+	$(MAKE) -C pb PREFIX=~/.local install
+
 vim:
 	@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
 	mkdir -p ~/.vim/{undodir,swap,backup}
@@ -83,4 +88,4 @@ nuke:
 	@printf "$(RED)--- nuking existing files ------------------------------\n$(RESET)"
 	rm -rf ~/.byobu ~/.config/fish ~/.fzf ~/.bash*
 
-.PHONY: bash fish git vim nvim mutt byobu weechat gnupg bin clean install nuke Windows Linux Other
+.PHONY: bash fish git pb vim nvim mutt byobu weechat gnupg bin clean install nuke Windows Linux Other
diff --git a/pb b/pb
new file mode 160000
+Subproject a6cea6f11a60e7f1c7963c9ecad79d07f64ce4b