Using chezmoi for management.
Tips:
# Pull changes on disk into chezmoi
chezmoi re-addInstall git and setup ssh.
winget install --id Git.Git -e --source winget
ssh-keygen -t ed25519 -C "33764106+joshsj@users.noreply.github.com"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
# add .pub to GH
# https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-keyInstall chezmoi and pull my dotfiles
winget install twpayne.chezmoi
chezmoi init git@github.com:joshsj/dotfiles
chezmoi apply -vInstall kickstart.nvim dependencies
Setup IIS in Windows features
Dotnet SDK(s): winget install Microsoft.DotNet.SDK.8
Dotnet dev certificate: dotnet dev-certs https -t -q
Install JetBrains Toolbox
Install Rider plus theme(s) and IdeaVim; configure with:
- Inlays = on keypress
- Intellisense = don't autoshow
- End bracket/quote auto-insert = off
Install LinqPad
Install Node