server pacman -Syyuu
server pacman -S --needed neovim git mosh htop curl wget unzip zip base-devel pacman-contrib zsh docker docker-compose python redis postgresql
server curl -s "https://archlinux.org/mirrorlist/?country=RU&country=DE&protocol=https&use_mirror_status=on" | sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors -n 6 - > /etc/pacman.d/mirrorlist
server reboot
server useradd <USERNAME>
server passwd <USERNAME>
server usermod -aG wheel <USERNAME>
server mkhomedir_helper <USERNAME>
server nvim /etc/sudoers
Раскомментировать строку
%wheel ALL=(ALL) ALL
pc ssh-copy-id -i ~/.ssh/id_rsa.pub <USERNAME>@<IP>
server sudo su - postgres -c "initdb --locale en_US.UTF-8 -E UTF8 -D '/var/lib/postgres/data'"
server systemctl start postgresql
server systemctl enable postgresql
server su - postgres
server createuser -dW dadyarri