DotFiles for my macOS, Win32 & Linux environments. Geared towards use of git and neovim.
to bootstrap, run this in a Windows PowerShell prompt:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
irm 'https://raw.githubusercontent.com/davidjenni/dotfiles/main/bootstrap.ps1' | iex
to bootstrap, run this in a default Terminal.app prompt:
curl -fsSL https://raw.githubusercontent.com/davidjenni/dotfiles/main/bootstrap.sh | bash