Arch-Linux-Installer/README.md

18 lines
921 B
Markdown
Raw Normal View History

2022-02-07 16:33:46 +01:00
# Simple, modern and secure installation of Arch Linux with KDE Plasma.
2022-02-11 15:29:41 +01:00
#### This is my personal installation routine, which I continously expand and redefine.
2022-02-07 16:33:46 +01:00
2022-02-11 15:29:41 +01:00
##### It aims for a simple (read minimal) Arch Linux installation, which is modern in the way that it uses UEFI and systemd-boot, secure in the way that it uses full-disk encryption using LUKS as well as flexibility by using LVM volumes for the root and home partition.
2022-02-07 16:33:46 +01:00
2022-02-11 15:29:41 +01:00
###### [Click here to go to the actual installation.](https://gitlab.com/dataprolet/simple-modern-and-secure-arch-linux-install/-/blob/master/install.md).
2022-02-07 16:33:46 +01:00
2022-02-11 20:14:41 +01:00
To automatically get the necessary configuration files, clone this repository when installing.
```
2022-02-13 16:29:01 +01:00
pacman -Sy git
2022-02-11 20:14:41 +01:00
git clone https://gitlab.com/dataprolet/arch-install
cd arch-install
sh config.sh
```
_This installation process also aims for booting into the GUI as $user after the first reboot from the installation medium._