Table of contents
GitHub Desktop
GitHub CLI
GitLab CLI
1Password
Docker Desktop
Display Link
Drivers, for DisplayLink HDMI to 4k (using 3rd monitor)
Obsidian
Zeal Documentation Browser
offline documentation browser
For Mac
For Windows
WSL
Powertoys
Ubuntu Subsystem
Install
powershell
download Ubuntu
Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile Ubuntu.zip -UseBasicParsingextract the file
Expand-Archive ./Ubuntu.zip ./Ubuntuset path
$userenv = [System.Environment]::GetEnvironmentVariable("Path", "User") [System.Environment]::SetEnvironmentVariable("PATH", $userenv + $(Get-Location).Path + "\Ubuntu", "User")install WSL
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-LinuxNow that everything is in place, please restart the server. After the restart, open up
Powershellagain and runUbuntu. You will
be asked to create a newUNIXusercd Ubuntu ubuntu1604.exeNow you can upgrade to the latest version of Ubuntu by this script:
sudo apt-get update sudo apt-get upgrade