Skip to content

Instantly share code, notes, and snippets.

@soleil0-0
Created October 5, 2015 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soleil0-0/4d6d5c7e62cadbe986ce to your computer and use it in GitHub Desktop.
Save soleil0-0/4d6d5c7e62cadbe986ce to your computer and use it in GitHub Desktop.
XFCE-Arch-RPi
pacman -S --noconfirm base-devel wget git
# desktop environment
pacman -S --noconfirm xfce4 xorg-server xf86-video-fbdev
# networkmanager
pacman -S --noconfirm NetworkManager nm-applet xfce4-notifyd
# yaourt
cd /tmp
git clone https://aur.archlinux.org/package-query.git
cd package-query
makepkg -si
cd ..
git clone https://aur.archlinux.org/yaourt.git
cd yaourt
makepkg -si
cd ..
# auto startx
echo "exec startxfce4" > /etc/X11/xinit/xinitrc
# auto login at boot
su alarm
yaourt -S --noconfirm xlogin-git
cp /etc/X11/xinit/xinitrc ~/
mv xinitrc .xinitrc
sudo systemctl enable xlogin@alarm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment