Windows¶
Initial Setup¶
winget install `
Git.Git `
jdx.mise `
M2Team.NanaZip `
Microsoft.PowerShell `
Microsoft.PowerToys `
Microsoft.VisualStudio.Community `
Microsoft.VisualStudioCode `
polrivero.GitHubDesktopPlus `
wez.wezterm `
ZedIndustries.Zed
Dotfiles¶
Tip
Run mise doctor and fix any issues before running the following commands.
SSH Setup¶
# Run on startup
Get-Service ssh-agent | Set-Service -StartupType Automatic
# Start in current run (one-time, won't need after restarting once)
Start-Service ssh-agent
# Verify
Get-Service ssh-agent
WSL¶
GitHub Desktop¶
Use this as the local path when cloning a repo.