Skip to content

Instantly share code, notes, and snippets.

View canering's full-sized avatar

eg canering

View GitHub Profile
#!/bin/sh
# These are the original gist links, linking to my gists now.
# curl -O https://gist.githubusercontent.com/a2ikm/761c2ab02b7b3935679e55af5d81786a/raw/ab644cb92f216c019a2f032bbf25e258b01d87f9/limit.maxfiles.plist
# curl -O https://gist.githubusercontent.com/a2ikm/761c2ab02b7b3935679e55af5d81786a/raw/ab644cb92f216c019a2f032bbf25e258b01d87f9/limit.maxproc.plist
curl -O https://gist.githubusercontent.com/tombigel/d503800a282fcadbee14b537735d202c/raw/ed73cacf82906fdde59976a0c8248cce8b44f906/limit.maxfiles.plist
curl -O https://gist.githubusercontent.com/tombigel/d503800a282fcadbee14b537735d202c/raw/ed73cacf82906fdde59976a0c8248cce8b44f906/limit.maxproc.plist
sudo mv limit.maxfiles.plist /Library/LaunchDaemons

Keybase proof

I hereby claim:

  • I am canering on github.
  • I am canerin (https://keybase.io/canerin) on keybase.
  • I have a public key whose fingerprint is D303 4AAC 66B2 9149 7776 BCBB 699A 4245 2FA4 89E9

To claim this, I am signing this object:

@canering
canering / sublime_hq_patches.md
Created June 6, 2021 00:27
Sublime HQ Patching Guide

Sublime Text 3

Sublime Text 3 (Build 3211)

Windows 32-bit

Reggable using Junk
Pre-Regged
@canering
canering / sublime_hq_patches.md
Created June 10, 2021 08:45
Sublime HQ Patching Guide

Sublime Text 3

Sublime Text 3 (Build 3211)

Windows 32-bit

Reggable using Junk
Pre-Regged

Keybase proof

I hereby claim:

  • I am canering on github.
  • I am canerin (https://keybase.io/canerin) on keybase.
  • I have a public key whose fingerprint is 2F96 D659 9613 1DE1 9E61 B2C8 942E CE48 14D4 4F29

To claim this, I am signing this object:

@canering
canering / osx_install.sh
Created September 30, 2016 04:10 — forked from t-io/osx_install.sh
Install most of my Apps with homebrew & cask
#!/bin/sh
echo Install all AppStore Apps at first!
# no solution to automate AppStore installs
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo Install and Set San Francisco as System Font
ruby -e "$(curl -fsSL https://raw.github.com/wellsriley/YosemiteSanFranciscoFont/master/install)"
echo Install Homebrew, Postgres, wget and cask
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
Verifying my Blockstack ID is secured with the address 11VXBzHNRE43x83mtE6PeNBWf8s2gPAuq https://explorer.blockstack.org/address/11VXBzHNRE43x83mtE6PeNBWf8s2gPAuq
@canering
canering / ChromeAppDownloader.py
Created February 22, 2019 13:17 — forked from arulrajnet/ChromeAppDownloader.py
Python Script to download the Chrome Extensions (CRX) file directly from the google chrome web store.
# -*- coding: utf-8 -*-
"""
Python Script to download the Chrome Extensions (CRX) file directly from the google chrome web store.
Referred from http://chrome-extension-downloader.com/how-does-it-work.php
"""
from __future__ import division
import argparse
import requests
@canering
canering / Automator Workflow.sublime-build
Created October 22, 2018 21:38 — forked from ttscoff/Automator Workflow.sublime-build
A script to take input on STDIN and update a specified Automator (OS X) workflow action with it
{
"shell_cmd": ["cat", "$file", "|", "/usr/bin/ruby", "/Users/ttscoff/scripts/update_workflow.rb"]
}
@canering
canering / gist:d4e56a5162e17a28b6890839dc216462
Created November 9, 2017 11:28 — forked from reganjohnson/gist:1f6d93c4e3d09e4d5903
Set Default Text Editor as Sublime 3
First, let's create the $ subl command
sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
Another option is to use duti (http://duti.org / https://github.com/moretension/duti).
Run brew install duti, save a file like this as ~/.duti:
com.sublimetext.3 public.plain-text all
com.sublimetext.3 public.unix-executable all