After installing the base system without any Desktop Environment:
su -
# let the user run sudo commands
usermod -a -G sudo [username]
# remove any cd/dvd reference there
vi /etc/apt/sources.list
apt install doas git
echo 'permit persist [username] as root' > /etc/doas.conf
exit # from the root session
git clone https://github.com/unkiwii/dotfiles
sh dotfiles/install.shInstall Arch with archinstall:
- Add mirrorlists
- Partition and format Disks
- Add a non-root user
- Select Minimal Profile
- Set timezone
- Install
gitandbase-develpackages
Reboot and login as the new added user, then:
git clone https://github.com/unkiwii/dotfiles
sh dotfiles/install-arch.sh