Skip to content

Instantly share code, notes, and snippets.

@oooooooo
oooooooo / prefs.plist
Last active December 17, 2015 17:49
/Users/[YOUR NAME]/Library/Application Support/Alfred 2/Alfred.alfredpreferences/preferences/features/websearch
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>customSites</key>
<dict>
<key>0FEBAC08-3167-430E-A1D5-66D657C650B9</key>
<dict>
<key>enabled</key>
<false/>
@oooooooo
oooooooo / mosh-cygwin
Created April 14, 2012 09:07 — forked from eerohele/mosh-cygwin.md
Compiling Mosh (http://mosh.mit.edu/) under Cygwin
1. Download Cygwin: http://www.cygwin.com
2. Run setup.exe and install the following packages in addition to the default ones:
- make
- boost
- libncurses-devel
- pkg-config
- perl
3. Download and compile Protocol Buffers: http://code.google.com/p/protobuf/