Merge pull request #5 from dragon-panic/master

Add basic WSL instructions
This commit is contained in:
wlfmnstr 2024-04-13 17:49:02 -05:00 committed by GitHub
commit d38ab43e7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 30 additions and 1 deletions

View file

@ -45,7 +45,11 @@ Tl;dr - I love you all, and it means the world to me that youre here. Okay, o
2. Open the app.
3. Come talk to me if you cant find the app.
*Windows Instructions:* Your system comes with a program called “Command Prompt.”
*Windows Instructions:*
#### Native Command Prompt (Shell)
Your system comes with a program called “Command Prompt.”
1. To access it, click on the Start menu or press the Windows key.
2. Type `cmd` into the search bar and press Enter.
@ -57,6 +61,23 @@ Tl;dr - I love you all, and it means the world to me that youre here. Okay, o
5. Once you have either Command Prompt or Windows Terminal open, you're ready to proceed with the necessary commands or operations.
6. If you encounter any issues opening Command Prompt or Windows Terminal, please reach out for assistance.
#### Windows Subsystem for Linux
Alternatively you can install the windows subsystem for linux to be able to run a shell and have an environment more similar to mac.
1. Enable the WSL by going into the control pannel / settings and then select Apps (or it might be named Programs).
![settings screenshot](assets/settings-apps.png)
2. Select "Programs and Features"
![Programs and Features screenshot](assets/apps-features.png)
3. Enable the
![Programs and Features screenshot](assets/programs-and-features.png)
4. Scroll down and enable the Windows Subsystem for Linux
![enable screenshot](assets/windows-features.png)
5. This will ask you to reboot, say yes.
6. After you reboot, run a admin powershell by typing it in the search bar next to the start menu and right clicking it from the list "Run as administrator"
7. This opens up a PowerShell. Type `wsl --install -D Ubuntu`. This will download the distro and prompt you for a username and password to use in your WSL environment.
8. Type `wsl` from a PowerShell to run the default shell.
9. Git will already be installed. You can install node with `sudo apt install nodejs`
### 3. Install Git
First, some quick vocab for yall:

BIN
assets/apps-features.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
assets/settings-apps.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
assets/windows-features.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

BIN
assets/wsl-install.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View file

@ -0,0 +1,8 @@
<html>
<head>
</head>
<body>
<h1>Dragon Sky Resume</h1>
<p>I like designing and building software products.</p>
</body>
</html>