Load brazilian keyboard layout:
Configure wifi (skip if using cable):
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
Check connection and interfaces:
$ pacman -Sy python-archinstall
$ python -m archinstall
follow the interactive instructions.
after install, reboot without livemedia
Sync Arch keys and packages
$ sudo pacman -S archlinux-keyring
$ sudo pacman -Syu
$ sudo pacman -S nano
Configuring the fresh installation
Install git related packages:
$ sudo pacman -S openssh git
Allowing SSH connection (as server):
$ systemctl start sshd.service
$ systemctl status sshd.service # just to check
[REMOTE VIA SSH] Creating public key:
follow the interactive instructions.
mind the quality of the passphrase.
add the key to github
[REMOTE VIA SSH] Cloning dotfiles repository:
$ git clone git@github.com: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.
Download and install packages:
$ cd ~ /dotfiles
$ bash getpackages.sh