Skip to content

Instantly share code, notes, and snippets.

View stutily's full-sized avatar

Stu tily stutily

  • Olomouc, Czech Republic
View GitHub Profile
0
@stutily
stutily / config.json
Created September 14, 2015 19:09 — forked from anonymous/config.json
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#428bca, 6.5%)",
"@brand-success": "#5cb85c",

Keybase proof

I hereby claim:

  • I am stutily on github.
  • I am tily (https://keybase.io/tily) on keybase.
  • I have a public key whose fingerprint is 1E14 10D7 0E9C 015D 5306 D564 F64E 8220 300A 3460

To claim this, I am signing this object:

#!/bin/bash
# Source: http://toomuchdata.com/2012/06/25/how-to-install-python-2-7-3-on-centos-6-2/
# Install stuff #
#################
# Install development tools and some misc. necessary packages
yum -y groupinstall "Development tools"
yum -y install zlib-devel # gen'l reqs