Have Windows10 installed
Run on CMD (Administrator)
Run:
$(hostname)
and $(whoami)
Replace the <> with the outputs of the enclosed commands
Change username and hostname
WMIC computersystem where caption='<$(hostname)>' rename silicon_savannah
WMIC useraccount where name='<$(whoami)>' rename stanmd
Run on PowerShell
Install Chocolatey, install apps and link files (While still on the root of the repo)
./setup.sh windows
In GitBash run:
SSH keys
ssh-keygen -t rsa -b 4096 -C ".."
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa
clip < ~/.ssh/id_rsa.pub
The SSH Public Key is now in your clipboard. Navigate to this page, click on New SSH key, enter a title, paste the Public Key and click on Add SSH key.