- Boot from ISO
archinstall --config https://cyluss.github.io/archlinux/user_configuration.json
- Add user and disk config, and proceed
- No chroot,
reboot
- Log in as user account
mkdir aur; cd aur
- Install Chrome
git clone https://aur.archlinux.org/google-chrome.git && pushd "$_"
makepkg --syncdeps --install; popd
- Install Spoqa Han Sans
git clone https://aur.archlinux.org/spoqa-han-sans.git && pushd "$_"
makepkg --syncdeps --install; popd
- ssh-keygen:
ssh-keygen -t ed25519 -a 100