- Verify the Microsoft account.
- Uninstall unused apps like OneDrive.
- Install Unity Hub.
- Enable WSL2 and install Ubuntu.
wsl --install
- Open Terminal and copy-paste the custom profile.
sudo apt update && sudo apt upgrade
.- Sign in to GitHub and add a new SSH key.
ssh-keygen -t rsa -b 4096 -C "[email protected]"
- Clone dotfiles and run
setup
.
Last active
December 5, 2022 07:03
-
-
Save keijiro/a5ac2e2b860514127cf1 to your computer and use it in GitHub Desktop.
This is how I set up a Windows system.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment