mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-05 02:26:44 +00:00
Update makefile to handle updates
This commit is contained in:
parent
b4b6db5191
commit
fe330eecf7
10
Makefile
10
Makefile
@ -1,10 +1,15 @@
|
||||
.PHONY: clean install
|
||||
|
||||
.PHONY: default
|
||||
default: install
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
sh ./vim-sync-append.sh
|
||||
|
||||
.PHONY: update
|
||||
update:
|
||||
sh ./update-plugins.sh
|
||||
|
||||
.PHONY: uninstall
|
||||
uninstall:
|
||||
rm ~/.vimrc
|
||||
rm ~/.nvimrc
|
||||
@ -12,6 +17,7 @@ uninstall:
|
||||
rm -fr ~/.nvim
|
||||
rm -fr ~/.config/nvim
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -fr ./vim/plugged
|
||||
rm -fr ./vim/autoload/plug.vim
|
||||
|
Loading…
Reference in New Issue
Block a user