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