From c91e0280565111054e88bb354dc1e4fe409dab54 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 13 Sep 2024 01:55:18 -0400 Subject: [PATCH] remove pb --- .gitmodules | 3 --- Makefile | 10 ++-------- pb | 1 - 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 160000 pb diff --git a/.gitmodules b/.gitmodules index ca311ff..eb2dbb7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,6 +22,3 @@ [submodule "vim/.vim/bundle/vim-airline"] path = vim/.vim/pack/plugins/start/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 4edc42c..77140ae 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ endif install: @make $(UNAME) -Linux: bash bin byobu fish git gnupg mutt nvim pb vim weechat +Linux: bash bin byobu fish git gnupg mutt nvim vim weechat Windows: bash git vim Other: bash git vim @@ -32,7 +32,6 @@ 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)" @@ -69,11 +68,6 @@ nvim: @printf "$(YELLOW)--- nvim -----------------------------------------------\n$(RESET)" stow -t "$$HOME" nvim -pb: - @printf "$(YELLOW)--- pb -------------------------------------------------\n$(RESET)" - git submodule update --remote --init -- pb - $(MAKE) -C pb PREFIX=~/.local install - vim: @printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)" mkdir -p ~/.vim/{undodir,swap,backup} @@ -89,4 +83,4 @@ nuke: @printf "$(RED)--- nuking existing files ------------------------------\n$(RESET)" rm -rf ~/.byobu ~/.config/fish ~/.fzf ~/.bash* -.PHONY: bash fish git pb vim nvim mutt byobu weechat gnupg bin clean install nuke Windows Linux Other +.PHONY: bash fish git vim nvim mutt byobu weechat gnupg bin clean install nuke Windows Linux Other diff --git a/pb b/pb deleted file mode 160000 index a6cea6f..0000000 --- a/pb +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a6cea6f11a60e7f1c7963c9ecad79d07f64ce4b2