Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Windows OS

Have Windows10 installed

Update hostname and username (optional)

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

Setup

Run on PowerShell

Install Chocolatey, install apps and link files (While still on the root of the repo)

./setup.sh windows

Git

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.