Skip to content

Instantly share code, notes, and snippets.

View qrpike's full-sized avatar

Quinton Pike qrpike

View GitHub Profile
#!/bin/bash
# To install this, copy paste this into a fresh Fedora MINIMUM installation:
# https://gist.githubusercontent.com/qrpike/61df64f6bde72ba08cbf/raw/d251b4be2e6dc49f32924155d4cbe22885122083/install%20NWM%20on%20Fedora%2020%20min
#
#
# Install required X11 packages:
yum install -y xorg-x11-xinit xorg-x11-server-Xorg xorg-x11-drv-* xorg-x11-xinit xorg-x11-server-common
# Install required libs:
yum install -y xterm gtk2.x86_64 GConf2.x86_64 git wget alsa-lib.x86_64
@qrpike
qrpike / install-nave.sh
Last active December 30, 2015 07:18
Install Nave.sh and other essential CentOS 6.x libraries.
#!/bin/bash
yum install -y wget
cd
mkdir ~/.nave
cd ~/.nave
wget https://raw.github.com/isaacs/nave/master/nave.sh
chmod +x nave.sh
ln -s $PWD/nave.sh /usr/local/bin/nave
nave usemain stable