Windows

Yazi

  10 Mar 2026
Basic starter configuration Useful links: Yazi documentation Available Yazi plugins on GitHub Install required packages I suggest using Glow for …
 Yazi   Windows   Starters 

AutoHotkey

  7 Jul 2024
Get started Install with choco install autohotkey.portable. Create your .ahk file. Make sure to set AutoHotkey.exe as the default program to open .ahk …
 AHK   Windows   AutoHotkey   Scripts   Starters 

Komorebi

  7 Jul 2024
Get started Komorebi is a window tiling manager for Windows. Install it with choco install komorebi. Create a komorebi.ahk file with your desired …
 Komorebi   Windows   Scripts   Starters 

Useful scripts

  23 May 2023
Little helper script #! /usr/bin/pwsh # TODO: Consider using named parameters which require '-': # param ($f1, $f2) $f=$args[0] $arg=$args[1] …
 Windows   Terminal   PowerShell   Scripts   Starters 

PowerShell

  17 Mar 2023
Basic commands Find your PowerShell command history (Get-PSReadlineOption).HistorySavePath Check version of PowerShell $PSVersionTable Get & …
 Windows   PowerShell 

Terminal

  17 Mar 2023
Remember Windows Terminal documentation Use CTRL + Space to show “MenuComplete” i.e. available options based on the input provided so far …
 Windows   Terminal   PowerShell   Starters 

Getting started

  14 Mar 2023
Install Docker Windows Windows Download Docker for Windows from www.docker.com Check the system requirements for Docker: Install on Windows | Docker …
 Docker   Linux   Windows 

Windows Subsystem for Linux

  14 Mar 2023
How to install wsl --install # This will install Ubuntu wsl -l -v # List your installed Linux distributions and check the version of WSL each is set …
 WSL   Linux   Windows