From 72a23f05829c42ede4a8263db658a021502d67a8 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 1 Nov 2023 17:12:09 -0400 Subject: [PATCH] dont crash if win term is not installed --- install-windows.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-windows.sh b/install-windows.sh index 3dcff82..6e47674 100644 --- a/install-windows.sh +++ b/install-windows.sh @@ -28,6 +28,7 @@ mkdir -p ~/.ssh # Configure the shell ln -sf $EWCONFIG_ROOT/configs/shells/zsh/.zshrc ~/.zshrc ln -sf $EWCONFIG_ROOT/configs/shells/bash/.bashrc ~/.bashrc +mkdir -p $LOCALAPPDATA/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState ln -sf $EWCONFIG_ROOT/configs/windows-terminal/settings.json $LOCALAPPDATA/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json # Configure Git