Skip to content

Instantly share code, notes, and snippets.

@gvJaime
Last active March 5, 2017 13:53
Show Gist options
  • Save gvJaime/2660101ace63c9640b7d15a5199b5124 to your computer and use it in GitHub Desktop.
Save gvJaime/2660101ace63c9640b7d15a5199b5124 to your computer and use it in GitHub Desktop.
Parabola Install until usable state
pacman -S nano xorg gnome gdm gnome-tweak-tool patch make gcc pkg-config tlp gnome-keyring xf86-video-intel gedit xinit openssh
#Bluetooth audio
pacman -S dbus alsa-plugins pulseaudio pulseaudio-bluetooth pulseaudio-alsa bluez-utils bluez
#Cancel GDM's pulseaudio instance.
mkdir -p ~gdm/.config/systemd/user
ln -s /dev/null ~gdm/.config/systemd/user/pulseaudio.socket
#Install apacman
pacman -S --needed --asdeps jshon
curl -O "https://raw.githubusercontent.com/oshazard/apacman/master/apacman"
bash ./apacman -S apacman
#install iridium-browser
apacman -S iridium-browser-bin
#install atom-editor
apacman -S atom-editor-bin
#add password-flags=1
#add xhost +local:root in .xsession
echo "xhost +local:root" >> ~/.xsession
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment