Skip to content

Instantly share code, notes, and snippets.

@bketelsen
Last active October 7, 2018 22:11
Show Gist options
  • Save bketelsen/7129213ca20542d745a7431a84701050 to your computer and use it in GitHub Desktop.
Save bketelsen/7129213ca20542d745a7431a84701050 to your computer and use it in GitHub Desktop.
Pretty WSL Terminal

Notes about pretty terminal

Install WSL : https://docs.microsoft.com/en-us/windows/wsl/install-win10

Install VcXsrv : https://sourceforge.net/projects/vcxsrv/

Sweet icon/launcher trick source : https://blog.ropnop.com/configuring-a-pretty-and-usable-terminal-emulator-for-wsl/

Install Visual Studio Code : https://code.visualstudio.com/docs/setup/linux

Sakura - light weight terminal

sudo apt-get update && sudo apt-get install sakura

Export DISPLAY to :0

echo export DISPLAY=:0 >> .bashrc

NOTE THE DOUBLE >> above. Please don't use single and destroy your .bashrc file. KTHX.

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