# - bof - # # - - # # - Update Arch mirrors - # sudo reflector --verbose --threads 50 -l 101 -f 101 --number 50 --sort rate --save /etc/pacman.d/mirrorlist sudo reflector --verbose --latest 25 --sort rate --save /etc/pacman.d/mirrorlist; sudo gedit /etc/pacman.d/mirrorlist # - - # # - Update Arch Keyrings - # sudo pacman-key --populate archlinux; sudo pacman-key --refresh-keys # - - # # - Remove LaxerOS from file - # sudo gedit /etc/pacman.conf # - - # # - Update system - # sudo pacman -Syu; sudo pacman -Syyuu; # - - # # - Install software - # sudo pacman -S audacious bash-completion curl dolphin evince file-roller filezilla gimp git gnome-disk-utility gnome-multi-writer gnome-packagekit gnome-terminal gnome-system-monitor gpart gparted gvfs htop libreoffice man nano net-tools nmap pavucontrol openssh plank pv python p7zip rsync samba screenfetch simple-scan smplayer sshfs testdisk thunar tilix tree unrar unzip vim vlc whois wget yajl --noconfirm; sudo systemctl enable sshd; sudo systemctl start sshd; # - - # # - Don't run on LaxerOS - # sudo pacman -S firefox spectacle ttf-freefont --noconfirm; # - - # # - Media software - # sudo pacman -S brasero clementine xfburn --noconfirm; # - - # # - Printer software - # sudo pacman -S cups cups-pdf hplip libcups system-config-printer --noconfirm; sudo systemctl enable cups; # - - # # - Libraries for yay & yaourt - # sudo pacman -S binutils fakeroot gcc make --noconfirm; # - - # # - Additional themes & fonts - # sudo pacman -S adapta-gtk-theme arc-gtk-theme arc-icon-theme archlinux-wallpaper gtkmm3 papirus-icon-theme --noconfirm; # - - # # - Reboot system - # sudo reboot now; # - eof - #