Skip to content

Miscellanous Notes

GitHub CLI and Command Completions in Powershell

This comment in the CLI issues gave me a hint how best to add command completions for GitHub CLI gh in PowerShell (the shell I still use most often - and the GitHub CLI docs only mention bash and zsh).

In my $profile file I added this line, so to edit my PowerShell profile I execute code $profile and then:

Invoke-Expression -Command $(gh completion -s powershell | Out-String)

Windows Subsystem for Linux (WSL) environment

Install: docs.microsoft.com/en-us/windows/wsl/install-win10

I found some really handy notes here: jwendl.net/code-notes/wsl/install/

As always, Scott Hanselman has the low-down to end all low-downs:

Info

See my page on Scoop & Co. for how to quickly and easily install Delugia Nerd Font mentioned in Scott's pretty prompt post above

Free Resources for Publishing

Unsplash The internet’s source of freely usable images. Powered by creators everywhere.

Photo by Zoe Schaeffer on Unsplash

Photo by Zoe Schaeffer


Last update: 2021-04-16