From ca1b45019d9dd2e2761ee165f8d8e04dceddaea5 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 17 May 2024 10:23:19 -0400 Subject: [PATCH] fix windows shell rc file paths --- install-windows.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-windows.sh b/install-windows.sh index 22e9bb0..4018829 100644 --- a/install-windows.sh +++ b/install-windows.sh @@ -26,8 +26,8 @@ mkdir -p ~/.ssh # -- Config Linking -- # Configure the shell -ln -sf $EWCONFIG_ROOT/configs/shells/zsh/.zshrc ~/.zshrc -ln -sf $EWCONFIG_ROOT/configs/shells/bash/.bashrc ~/.bashrc +ln -sf $EWCONFIG_ROOT/configs/.zshrc ~/.zshrc +ln -sf $EWCONFIG_ROOT/configs/.zshrc ~/.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