Skip to content

Instantly share code, notes, and snippets.

View justbrowsing's full-sized avatar

justbrowsing

View GitHub Profile
@justbrowsing
justbrowsing / arch-compiz.sh
Created August 15, 2013 06:31
Script that installs Compiz packages in ArchLinux
#!/bin/bash
####################
### arch-compiz ####
version="20130814" #
### JustBrowsing ###
####################
packerDepends="binutils wget ca-certificates jshon git pcre"
xorgDepends="xorg-server xorg-xinit xf86-video-fbdev xf86-video-vesa xf86-input-keyboard xf86-input-mouse mesa-libgl"
compileDepends="make gcc autoconf automake"