/wsl2-ubuntu-playbook

My personal WSL2 environment

Primary LanguageShell

WSL2 Ubuntu Playbook

Ansible Lint

Instaling WS2

Follow this link to install.

Windows Terminal

Install lastest Windows Terminal version to enjoy all the amazing features

Fonts

I use FiraCode Nerd Font on Windows Terminal configuration profiles.defaults.fontFace

I can use ligatures using this font ;)

oh-my-posh

Run setup_wt.ps1 to setup oh-my-posh on Powershell, then configure PowerShell profile:

notepad $PROFILE

And add following content:

Import-Module posh-git
Import-Module oh-my-posh
Set-Theme Zash

Running this playbook

sh -c "$(curl -fsSL https://raw.githubusercontent.com/alefcarlos/wsl2-ubuntu-playbook/master/bootstrap)"

TODO:

  • Ansible for setuping Windows Terminal + Windows WSL2 + Ubuntu