From 93710f159c96118049be7a8008a07e223308ac4c Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 21 Nov 2023 11:09:41 -0500 Subject: [PATCH] Add vim support to windows --- install-windows.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-windows.sh b/install-windows.sh index 76f0502..a835325 100644 --- a/install-windows.sh +++ b/install-windows.sh @@ -45,6 +45,9 @@ ln -sf $EWCONFIG_ROOT/configs/git/.gitconfig ~/.gitconfig ln -sf $EWCONFIG_ROOT/configs/sssh/allowed_signers ~/.ssh/allowed_signers || true ln -sf $EWCONFIG_ROOT/configs/git/.mailmap ~/.config/git/.mailmap +# Configure Vim +ln -sf $EWCONFIG_ROOT/configs/vim/.vimrc ~/.vimrc + # Remove Microsoft's fake python executables rm $LOCALAPPDATA/Microsoft/WindowsApps/python.exe || true rm $LOCALAPPDATA/Microsoft/WindowsApps/python3.exe || true