Since I’m back in Windows (goodness help me*) writing a PowerShell installer for Kitten**, I thought I’d share this little piece of home (Linux). If you want to use the touch command in Windows, add this to your $PROFILE:
function createFile {New-Item -Path $args -ItemType File}
New-Alias -Name touch -Value createFile
* With oh-my-posh, PSReadLine (with PredictionViewStyle set to ListView), Terminal-Icons, and z, it’s *almost* bearable.