You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use .dotfiles deployment in my Linux and I would like to use ~/.config/mintty directly for mintty. Unfortunately I have to place the config files into %APPDATA%\mintty\config. I have tried to use windows shortcuts but it doesn't work.
Is there a way to use the config from the WSL environment?
The text was updated successfully, but these errors were encountered:
In wsltty, you can also access the config folder via wslpath "$APPDATA"/wsltty (wsltty-specific) or wslpath "$APPDATA"/mintty (shared with other mintty instances).
For a more POSIX-like feeling, you could also link the Windows config folder to the assumed WSL config directory: ln -s $(wslpath "$APPDATA"/wsltty) ~/.config/
I use .dotfiles deployment in my Linux and I would like to use
~/.config/mintty
directly for mintty. Unfortunately I have to place the config files into%APPDATA%\mintty\config
. I have tried to use windows shortcuts but it doesn't work.Is there a way to use the config from the WSL environment?
The text was updated successfully, but these errors were encountered: