Skip to content

Instantly share code, notes, and snippets.

@devo8604
devo8604 / .conkyrc
Last active October 24, 2015 03:59
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
conky.config = {
alignment = 'middle_right',
background = true,
border_width = 1,
cpu_avg_samples = 2,
default_color = 'white',
default_outline_color = 'white',
default_shade_color = 'white',
@devo8604
devo8604 / fedora_setup.sh
Last active August 26, 2015 17:46
Fedora setup script
#!/bin/bash
################################################################################
# Fedora Setup script
# By: Devon Smith (devo8604@outlook.com)
# Original forked from: Braxton Plaxco (bplaxco@lupnix.org)
################################################################################
echo "Installing Fedy..."