$ loadkeys br-abnt
$ iwctl
- follow the interactive instructions using the following commands (mind the order):
device list
station <device> scan
station <device> get-networks
station <device> connect <network>
station <device> show
exit
$ ip a
$ pacman -Sy python-archinstall
$ python -m archinstall
- follow the interactive instructions.
- after install, reboot without livemedia
$ sudo pacman -S archlinux-keyring
$ sudo pacman -Syu
$ sudo pacman -S nano
$ sudo pacman -S openssh git
$ systemctl start sshd.service
$ systemctl status sshd.service # just to check
$ ssh-keygen -o
- follow the interactive instructions.
- mind the quality of the passphrase.
- add the key to github
$ git clone [email protected]:RafaelLuz/dotfiles.git
$ cd ~/dotfiles
$ bash makelinks.sh
$ sudo pacman -S --needed base-devel
$ cd ~/.local/share
$ git clone https://aur.archlinux.org/paru.git
$ cd paru
$ makepkg -si
- follow the interactive instructions.
$ cd ~/dotfiles
$ bash getpackages.sh