Cascadia Code PL - Used for Windows-based apps like VS Code
Caskaydia Cove - Used for GitHub Codespaces in the browser (works on iPad)
'CaskaydiaCove Nerd Font' in VS Code Settings
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install golangcd ~
git clone https://github.com/cwiederspan/dotfiles.git dotfiles
# Setup the dotfiles
sh ./dotfiles/setup.sh
source .bashrc{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"name": "Ubuntu-20.04",
"source": "Windows.Terminal.Wsl",
"fontFace": "Cascadia Code PL",
"backgroundImage": "C:/Users/chwieder/OneDrive - Microsoft/Documents/dotnet_bg.png",
"startingDirectory": "C:/Projects/GitHub/cwiederspan"
}Create a .gitconfig file in the Windows C:\Users\chwieder folder and add the following content.
[user]
name = Chris Wiederspan
email = chris@wiederspan.com
[core]
editor = \"C:\\Users\\chwieder\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" --wait