Skip to content

Instantly share code, notes, and snippets.

View squidge's full-sized avatar

Francisco Ruiz A squidge

View GitHub Profile
{
"close_windows_when_empty": true,
"color_scheme": "Packages/Dayle Rees Color Schemes/sublime/contrast/mellow-contrast.tmTheme",
"draw_indent_guides": false,
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 16.0,
@squidge
squidge / mexicution-fc
Created September 1, 2014 10:40
Mexicution FC
{
"team": "Mexicution FC",
"players": [
{ "name": "Foster, B", "club": "WBA" },
{ "name": "Stekelenburg, M", "club": "FUL" },
{ "name": "Santon, D", "club": "NEW" },
{ "name": "Skrtel, M", "club": "LIV" },
{ "name": "Coleman, S", "club": "EVE" },
{ "name": "Jagielka, P", "club": "EVE" },
{ "name": "Hughes, A", "club": "FUL" },

Mac OS X 10.10 Yosemite

Custom recipe to get OS X 10.10 Yosemite running from scratch, setup applications and developer environment. I use this gist to keep track of the important software and steps required to have a functioning system after a semi-annual fresh install. On average, I reinstall each computer from scratch every 6 months, and I do not perform upgrades between distros.

This keeps the system performing at top speeds, clean of trojans, spyware, and ensures that I maintain good organizational practices for my content and backups. I highly recommend this.

You are encouraged to fork this and modify it to your heart's content to match your own needs.

Install Software

@squidge
squidge / dotnetcore-cli-cheatsheet.md
Last active June 16, 2017 15:41
A quick guide to use dotnet core CLI

create and cd into app folder

~ $ mkdir myapp && cd app

create new solution file. If no name is specified file is automatically named after the parent folder

~/app $ dotnet new sln 
@squidge
squidge / git.md
Created June 16, 2017 15:45
Git tricks
$ git rm --cached filename
$ git merge <branch-name> —squash —no-commit

##Getting info

Get log since 2 weeks