Skip to content

After a fresh install of Windows, this populates all the stuff I like on it.

License

Notifications You must be signed in to change notification settings

jsal13/fresh-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fresh-OS

Files to set up my PCs when I reinstall Windows or whatever.

Quickstart

General Quickstart for WSL

If you've already got a Windows install with SSH and you're reinstalling WSL stuff, great. If not, you'll need to do the appropriate SSH stuff to get github to work. This assumes you have github access.

cp -r /mnt/c/Users/james/.ssh ~  # your use name.
chmod 600 ~/.ssh/id_rsa

# Install dotfile repo.  Skip if you aren't me.
git init
git checkout -b main
git remote add origin [email protected]:jsal13/dotfiles
git pull origin main

# Get Fresh-os, do installs.
git clone ssh://[email protected]/jsal13/fresh-os
cd fresh-os/ubuntu2204
sudo ./pre-init-sudo.sh
./init.sh

About

After a fresh install of Windows, this populates all the stuff I like on it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published