Windows
AutoHotkey
Get started
- Install with
choco install autohotkey.portable
. - Create your
.ahk
file. - Make sure to set
AutoHotkey.exe
as the default program to open …
choco install autohotkey.portable
..ahk
file.AutoHotkey.exe
as the default program to open …Komorebi
Get started
Komorebi is a window tiling manager for Windows.
- Install it with
choco install komorebi
. - Create a
komorebi.ahk
file with your desired …
Useful scripts
Little helper script
#! /usr/bin/pwsh
# TODO: Consider using named parameters which require '-':
# param ($f1, $f2)
$f=$args[0]
$arg=$args[1] …
#! /usr/bin/pwsh
# TODO: Consider using named parameters which require '-':
# param ($f1, $f2)
$f=$args[0]
$arg=$args[1] …
Terminal & PowerShell
Remember
- Windows Terminal documentation
- Use
CTRL
+ Space
to show “MenuComplete” i.e. available options based on the input provided so far …
CTRL
+ Space
to show “MenuComplete” i.e. available options based on the input provided so far …Getting started
Install Docker
Windows Subsystem for Linux
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 --install # This will install Ubuntu
wsl -l -v # List your installed Linux distributions and check the version of WSL each is set …