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 -UseBasicParsing
extract the file
Expand-Archive ./Ubuntu.zip ./Ubuntu
set 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-Linux
Now that everything is in place, please restart the server. After the restart, open up
Powershell
again and runUbuntu
. You will
be asked to create a newUNIX
usercd Ubuntu ubuntu1604.exe
Now you can upgrade to the latest version of Ubuntu by this script:
sudo apt-get update sudo apt-get upgrade