Skip to content

Instantly share code, notes, and snippets.

@olivoil
Forked from bketelsen/Information.md
Created August 15, 2018 19:02
Show Gist options
  • Save olivoil/c90122b438c402fff14a921f6a0a7c9c to your computer and use it in GitHub Desktop.
Save olivoil/c90122b438c402fff14a921f6a0a7c9c 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