Linux

  • NixOS
  • Bash for noobs

Docker

  • Getting started
  • Useful Docker commands

Powershell

  • Useful scripts
  • Terminal & PowerShell

Build tool & automation

  • Maven

Other

  • Falcon LogScale
  • Git
  • Regex

Windows

  • AutoHotkey
  • Komorebi
  • Windows Subsystem for Linux
  • Home
  • Windows

Windows

AutoHotkey

  7 Jul 2024

Get started

  1. Install with choco install autohotkey.portable.
  2. Create your .ahk file.
  3. Make sure to set AutoHotkey.exe as the default program to open …
 AHK   Windows   AutoHotkey   Scripts 

Komorebi

  7 Jul 2024

Get started

Komorebi is a window tiling manager for Windows.

  1. Install it with choco install komorebi.
  2. Create a komorebi.ahk file with your desired …
 Komorebi   Windows   Scripts 

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