mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49:18 +02:00
added v1 arch setup state tbc
This commit is contained in:
parent
6297b9f757
commit
c8735e3306
6 changed files with 49 additions and 2 deletions
38
docs/linux/arch-system-setup/index.md
Normal file
38
docs/linux/arch-system-setup/index.md
Normal file
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
slug: /linux/archsetup/
|
||||
---
|
||||
|
||||
# Arch-Linux Setup
|
||||
**A Guide To Install And Configure Arch-Linux The Way I like It (mostly for me to follow)**
|
||||
|
||||
## Why?
|
||||
I often forget how to setup certain things and waste a lot of time re-googleing what I once already googled.
|
||||
|
||||
:::info
|
||||
I have written an install-script that covers some of the steps described in this guide but only **some** and not all
|
||||
|
||||
The script is available at [JonasunderscoreJones/ArchSystemSetup](https://github.com/JonasunderscoreJones/ArchSystemSetup/) and can be run with the following command:
|
||||
|
||||
```bash
|
||||
curl -sSL https://syssetup.jonasjones.dev | bash
|
||||
```
|
||||
It is strongly recommended to follow this guide and to **not** use this script.
|
||||
:::
|
||||
|
||||
## Requirements
|
||||
- **Arch Linux**: Arch is technically required but most steps are almost identical on other distros, meaning that this guide can be followed for any distro (with a few exceptions)
|
||||
|
||||
## System Types
|
||||
This guide is available for multiple types of systems.
|
||||
|
||||
<div className="page-content-flex-container">
|
||||
<div className="page-content-flex-box page-content-flex-box1">
|
||||
### [Desktop](/archsetup/desktop)
|
||||
Guide for PC and Laptop with a Desktop Environment
|
||||
</div>
|
||||
<div className="page-content-flex-box page-content-flex-box2">
|
||||
### [Server (headless)](/archsetup/headless)
|
||||
Guide for a headless server without any kind of Desktop Environment or Window Manager
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue