chezmoi: windows migration dir

This commit is contained in:
js0ny 2025-10-20 03:58:34 +01:00
parent 52b70819bf
commit c24adf35d4
51 changed files with 3403 additions and 3840 deletions

View file

@ -16,7 +16,7 @@ case "$(uname)" in
if grep -q Microsoft /proc/version || [[ -n "$WSL_DISTRO_NAME" ]]; then
# WSL-specific configuration
export IS_WSL=true
source $DOTFILES/platforms/wsl/winterop.zsh
source $DOTFILES/home/dot_config/zsh/winterop.zsh
else
# Native Linux configuration
if [ -n "$WAYLAND_DISPLAY" ]; then