Skip to content

joshsj/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Using chezmoi for management.

Tips:

# Pull changes on disk into chezmoi
chezmoi re-add

Setup

Install 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-key

Install chezmoi and pull my dotfiles

winget install twpayne.chezmoi

chezmoi init git@github.com:joshsj/dotfiles

chezmoi apply -v

Fonts

Iosevka Term (nerd font)

Neovim

Install kickstart.nvim dependencies

Dotnet

SDKs

Setup IIS in Windows features

Dotnet SDK(s): winget install Microsoft.DotNet.SDK.8

Dotnet dev certificate: dotnet dev-certs https -t -q

IDE

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

Tools

Install LinqPad

JS

Install Node

About

Nerd shit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages