Information
- Distribution: Arch Linux
- WM: niri
- Terminal: foot
- Shell: Fish
- Desktop Shell: Noctalia
Installation for Arch linux
- Download the Arch Linux ISO first then:
- Put it on a USB stick (use balenaEtcher on Mac/Windows.
- caligula on Linux).
-
sudo fdisk -l lsblk sudo dd bs=4M if=path/to/archlinux.iso of=/dev/sdX status=progress oflag=sync - And finish with boot off the stick (remember to turn off Secure Boot in the BIOS!).
- If you're on wifi, start by running
iwctl, then typestation wlan0 scan, thenstation wlan0 connect <tab>, pick your network, and enter the password. If you're on ethernet, you don't need this.
Configuring the system
touch ~/.config/chezmoi/chezmoi.tomland edit it with your preferred editor putting the line above.
[data] contexto = "pessoal" nome = "Seu Nome Completo" email = "seu.email@pessoal.com"
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME