💡 About | 🚀 Archinstall | 🖥️ Post Install |
Multiple scripts to prepare my Archlinux systems.
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
thenstation wlan0 connect NAMEWIFI
, enter your password, thenquit
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 asudo user
. - Launch install.
- Restart computer.
- 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.