1

dont crash if win term is not installed

This commit is contained in:
Evan Pratten 2023-11-01 17:12:09 -04:00
parent 9fee4111ec
commit 72a23f0582

View File

@ -28,6 +28,7 @@ mkdir -p ~/.ssh
# Configure the shell # Configure the shell
ln -sf $EWCONFIG_ROOT/configs/shells/zsh/.zshrc ~/.zshrc ln -sf $EWCONFIG_ROOT/configs/shells/zsh/.zshrc ~/.zshrc
ln -sf $EWCONFIG_ROOT/configs/shells/bash/.bashrc ~/.bashrc 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 ln -sf $EWCONFIG_ROOT/configs/windows-terminal/settings.json $LOCALAPPDATA/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json
# Configure Git # Configure Git