Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 598 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 598 Bytes

windows

  1. Open the Microsoft Store and get updates for App Installer, which will ensure we have winget
  2. 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

wsl2 / ubuntu

  1. Ensure you have github-allowlisted ssh keys
  2. Run the following:
$> git clone [email protected]:matthewgrossman/dotfiles.git
$> cd dotfiles
$> sh link.sh
$> sh windows/setup_wsl.sh