Adding lots of cool stuff to dotfiles

This commit is contained in:
Antoine Phan
2024-02-29 01:00:26 -05:00
parent b5ad2b6c39
commit dd2ef8ddac
390 changed files with 35966 additions and 1 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)