add pb to install script

This commit is contained in:
Ben Harris 2021-05-12 17:06:13 -04:00
parent f8a2e1ec92
commit a86d372c55
3 changed files with 11 additions and 2 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -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

1
pb Submodule

@ -0,0 +1 @@
Subproject commit a6cea6f11a60e7f1c7963c9ecad79d07f64ce4b2