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:

2. — Install Fluent Terminal

To install Fluent Terminal, we required first install Chocolatey, run CMD or PowerShell as administrator:

CMD:@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

--

--