https://github.com/jturazzi/archlinux
Multiple scripts to prepare my Archlinux systems.
https://github.com/jturazzi/archlinux
archinstall archlinux chaotic-aur kde linux makepkg nvidia pacman yay
Last synced: 5 months ago
JSON representation
Multiple scripts to prepare my Archlinux systems.
- Host: GitHub
- URL: https://github.com/jturazzi/archlinux
- Owner: jturazzi
- Created: 2023-05-17T08:26:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T14:57:11.000Z (over 2 years ago)
- Last Synced: 2025-03-14T21:15:31.503Z (11 months ago)
- Topics: archinstall, archlinux, chaotic-aur, kde, linux, makepkg, nvidia, pacman, yay
- Language: Shell
- Homepage: https://jturazzi.github.io/archlinux/
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🐧 Archlinux
Multiple scripts to prepare my Archlinux systems.
💡 About |
🚀 Archinstall |
🖥️ Post Install |
---
---
## 💡 About
Multiple scripts to prepare my Archlinux systems.
## 🚀 Archinstall
Archinstall is a helper library which automates the installation of Arch Linux. It is packaged with different pre-configured installers, such as a "guided" installer.
- Boot to ISO Archlinux.
- Switch the keys to French Language : `loadkeys fr`
- If installation by wifi, type `iwctl` then `station wlan0 connect NAMEWIFI`, enter your password, then `quit` to quit iwctl.
- Test the internet connection with `ping google.com`.
- Intel User - Launch the command : `archinstall --config https://jturazzi.github.io/archlinux/kde-intel.json`
- Nvidia User - Launch the command : `archinstall --config https://jturazzi.github.io/archlinux/kde-nvidia.json`
- Configure `storage` and create a `sudo user`.
- Launch install.
- Restart computer.
## 🖥️ Post Install
- Nvidia User - Launch the graphical environment in X11 instead of wayland.
- Run the scripts one by one.
- Restart computer.
- Nvidia User - Switch graphical environment wayland
- Done.