- Open the
Microsoft Store
and get updates forApp Installer
, which will ensure we havewinget
- Open
Powershell
and run the following:winget install -e Git.Git Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted cd $HOME; git clone https://github.com/matthewgrossman/dotfiles; . .\dotfiles\windows\setup.ps1
- Ensure you have github-allowlisted ssh keys
- Run the following:
$> git clone [email protected]:matthewgrossman/dotfiles.git
$> cd dotfiles
$> sh link.sh
$> sh windows/setup_wsl.sh