# - bof - # # - - # # - Documentation - # https://www.youtube.com/watch?v=J6YnDukRBIU :a # - - # # - Start ArchLinux base install - # :b # - - # # - i3 windows manager - # # - Basic programs install - # sudo pacman -Syyuu --noconfirm; sudo pacman -S i3; 1 3 4 5 sudo pacman -S dmenu nitrogen --noconfirm; sudo pacman -S xorg xorg-xinit xorg-server picom --noconfirm; sudo pacman -S gvfs gvfs-smb sshfs --noconfirm; sudo pacman -S arc-gtk-theme arc-icon-theme lxappearance pcmanfm --noconfirm; :c # - - # # - Audio/video drivers - # sudo pacman -S pulseaudio pulseaudio-alsa --noconfirm; sudo pacman -S xf86-video-vesa xf86-video-nouveau --noconfirm; :d # - - # # - lightdm - # sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings --noconfirm; :e # - - # # - Enable lightdm - # sudo systemctl enable lightdm.service #sudo systemctl start lightdm.service :f # - - # # - Reboot - # sudo reboot now; Select resolution xrandr xrandr -s 1440x900 # - eof - #