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 index 0000000..a6cea6f --- /dev/null +++ b/pb @@ -0,0 +1 @@ +Subproject commit a6cea6f11a60e7f1c7963c9ecad79d07f64ce4b2