From acba56fc814d19dc3d4424149829ef797d29995d Mon Sep 17 00:00:00 2001 From: Tomas Slusny Date: Sun, 4 Feb 2024 19:36:11 +0100 Subject: [PATCH] Cleanup makefile --- Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 48e224e2..43f5f96d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -default: update link install +default: link update install clean: find ~ -xtype l -print -delete @@ -7,10 +7,16 @@ link: stow --target ~ --restow `ls -d */` 2> >(grep -v 'BUG in find_stowed_path? Absolute/relative mismatch' 1>&2) update: - git submodule update --init --recursive git submodule sync --recursive + git submodule update --init --recursive git submodule update --recursive --remote - nvim --headless +MasonUpdate +MasonToolsInstallSync +MasonToolsUpdateSync +TSUpdateSync +'helptags ALL' +qall + nvim --headless \ + +MasonUpdate \ + +MasonToolsInstallSync \ + +MasonToolsUpdateSync \ + +TSUpdateSync \ + +'helptags ALL' \ + +qall install: mkdir -p ~/.vim/undodir