Cool windows terminal with Oh My ZSH.

Manuel Hernández Lemus
2 min readAug 23, 2019

1.- Install WSL (Windows Subsystem for Linux)

  • Run PowerShell as administrator and paste the next line:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  • Go to Microsoft Store and choose your favorite Linux distribution, I will use Ubuntu:

--

--