Skip to content

Instantly share code, notes, and snippets.

@meatcar
Created September 22, 2019 23:08
Show Gist options
  • Save meatcar/b8b6b756b9b33cbae62ee9d518c6f274 to your computer and use it in GitHub Desktop.
Save meatcar/b8b6b756b9b33cbae62ee9d518c6f274 to your computer and use it in GitHub Desktop.
WSL2 wsltty + wslbridge2

Install/copy:

Run keybinds.ahk with autohotkey, Win+Enter spawns new terminal.

#Enter::Run %LOCALAPPDATA%\wsltty\bin\mintty.exe -i "%USERPROFILE%\icons\dracula.ico" --configdir="%APPDATA%\wsltty" %LOCALAPPDATA%\wsltty\bin\hvpty.exe -W '$HOME' -l
@Biswa96
Copy link

Biswa96 commented Sep 29, 2019

A new wsltty package is coming soon. If you've any issue you can file it in my wslbridge2 repo.

@meatcar
Copy link
Author

meatcar commented Sep 30, 2019

Cheers, thank you for your work! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment