Skip to content

Instantly share code, notes, and snippets.

View FelipeGangrel's full-sized avatar

Felipe Pires de Oliveira FelipeGangrel

View GitHub Profile
@vishallogiciel
vishallogiciel / Fetch.sublime-settings
Last active December 10, 2015 16:18
Settings for Nettuts Fetch sublime plugin
{
"files":
{
"jquery": "http://code.jquery.com/jquery.min.js",
"normalize": "https://raw.github.com/necolas/normalize.css/master/normalize.css",
"underscorejs": "http://underscorejs.org/underscore-min.js",
"backbonejs": "http://backbonejs.org/backbone-min.js",
"json2": "https://raw.github.com/douglascrockford/JSON-js/master/json2.js",
"mustachejs": "https://raw.github.com/janl/mustache.js/master/mustache.js"
},
@coco-napky
coco-napky / hyper.js
Created March 8, 2017 23:21
Hyper config for git bash in Windows
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12,
// font family with optional fallbacks
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: 'rgba(248,28,229,0.8)',