remove pb

master
Ben Harris 2024-09-13 01:55:18 -04:00
parent eeadf0a374
commit c91e028056
3 changed files with 2 additions and 12 deletions

3
.gitmodules vendored
View File

@ -22,6 +22,3 @@
[submodule "vim/.vim/bundle/vim-airline"] [submodule "vim/.vim/bundle/vim-airline"]
path = vim/.vim/pack/plugins/start/vim-airline path = vim/.vim/pack/plugins/start/vim-airline
url = https://github.com/vim-airline/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: install:
@make $(UNAME) @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 Windows: bash git vim
Other: bash git vim Other: bash git vim
@ -32,7 +32,6 @@ clean:
stow -t "$$HOME" -D nvim stow -t "$$HOME" -D nvim
stow -t "$$HOME" -D vim stow -t "$$HOME" -D vim
stow -t "$$HOME" -D weechat stow -t "$$HOME" -D weechat
$(MAKE) -C pb PREFIX=~/.local uninstall
bash: bash:
@printf "$(YELLOW)--- bash -----------------------------------------------\n$(RESET)" @printf "$(YELLOW)--- bash -----------------------------------------------\n$(RESET)"
@ -69,11 +68,6 @@ nvim:
@printf "$(YELLOW)--- nvim -----------------------------------------------\n$(RESET)" @printf "$(YELLOW)--- nvim -----------------------------------------------\n$(RESET)"
stow -t "$$HOME" nvim stow -t "$$HOME" nvim
pb:
@printf "$(YELLOW)--- pb -------------------------------------------------\n$(RESET)"
git submodule update --remote --init -- pb
$(MAKE) -C pb PREFIX=~/.local install
vim: vim:
@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)" @printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
mkdir -p ~/.vim/{undodir,swap,backup} mkdir -p ~/.vim/{undodir,swap,backup}
@ -89,4 +83,4 @@ nuke:
@printf "$(RED)--- nuking existing files ------------------------------\n$(RESET)" @printf "$(RED)--- nuking existing files ------------------------------\n$(RESET)"
rm -rf ~/.byobu ~/.config/fish ~/.fzf ~/.bash* 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

1
pb

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