This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "alias p='curl zdn.pw/p | sh'" >> /etc/rc.local | |
\rm /var/lib/pacman/db.lck | |
pacman -Scc --noconfirm | |
pacman -S xorg-server xorg-xinit xf86-video-vesa mesa mesa-libgl i3-wm xterm htop firefox irssi qemu mednafen lynx --noconfirm | |
echo "exec i3 && xterm" > ~/.xinitrc |