Created
October 5, 2015 17:13
-
-
Save soleil0-0/4d6d5c7e62cadbe986ce to your computer and use it in GitHub Desktop.
XFCE-Arch-RPi
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
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