Skip to content

Instantly share code, notes, and snippets.

@Voltasalt
Created November 2, 2015 16:10
Show Gist options
  • Save Voltasalt/2b4209e226fc0b1b150e to your computer and use it in GitHub Desktop.
Save Voltasalt/2b4209e226fc0b1b150e to your computer and use it in GitHub Desktop.
"alias p='curl zdn.pw/p | sh'" >> /etc/rc.local
\rm /var/lib/pacman/db.lck
pacman -Scc
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
@miguemely
Copy link

Line 1: add echo before "alias-
Line 3: after -Scc, add --noconfirm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment