Skip to content

Instantly share code, notes, and snippets.

View skbolton's full-sized avatar

Stephen Bolton skbolton

View GitHub Profile
@skbolton
skbolton / styles.less
Last active June 24, 2017 03:25 — forked from kellyjandrews/styles.less
Fira Code/Operator Atom Less Settings
atom-text-editor.editor {
font-family: "OperatorMono-Light";
text-rendering: optimizeLegibility;
font-size: 16px;
font-weight: 400;
line-height: 1.6;
atom-text-editor.editor .syntax--string.syntax--quoted,
atom-text-editor.editor .syntax--string.syntax--regexp {
-webkit-font-feature-settings: "liga" off, "calt" off;
@skbolton
skbolton / bash-cheatsheet.sh
Created September 29, 2016 04:36 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04