Setup your fresh Arch Linux installation
⚠️ Use loadkeys fr to load french keyboard in terminal
Base installation
In the order, do the following things:
- Update pacman -
sudo pacman -Suy - (optionnal) Install a beautiful font for your terminal -
sudo pacman -S dina-font - Install the xorg server -
sudo pacman -S xorg-server xorg-xinit xorg-xrandr - Install your favorite terminal -
sudo pacman -S xfce4-terminal - Install basic usefull tools -
sudo pacman -S git openssh
Create a .xinitrc file
This file is launched at each start of your X server. It defines some params about your configuration and which program you want to perform
Read more →
arch