Add my instruction/guide to Linux

This commit is contained in:
Antoine Phan
2024-01-19 22:55:20 -05:00
parent e790a644bd
commit 8565515455
15 changed files with 596 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Linux configuration
---
## Motivation
Every now and then, I encounter a literally breaking bug(s), or just impulsive thought that I want to reinstall and start fresh.
Starting off with my own version of Arch Installation Docs was nice, since I have done that so many times. There was also the dual-boot version. Both were in `.docx` file and stored on OneDrive, but since GitHub allows more coder-friendly interface, I decided to migrate everything to a repo. What's better than my own GitHub front page repo, since Linux is now a part of my personality (I'm the nice one, trust me).
## Chapters
1. [Arch Installation](./ArchInstallation.md)
2. [List of Essential Packages](./CorePackages.md)
3. [Network Configuration](./NetworkConfiguration.md)
4. [i3 Configuration](./i3Configuration.md)