mirror of https://tildegit.org/ben/dotfiles
remove pb
parent
eeadf0a374
commit
c91e028056
|
@ -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
|
|
||||||
|
|
10
Makefile
10
Makefile
|
@ -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
pb
|
@ -1 +0,0 @@
|
||||||
Subproject commit a6cea6f11a60e7f1c7963c9ecad79d07f64ce4b2
|
|
Loading…
Reference in New Issue