Skip to content

Instantly share code, notes, and snippets.

View jonathancone's full-sized avatar

Jonathan Cone jonathancone

View GitHub Profile
@jonathancone
jonathancone / debian-chrome-install.txt
Last active December 18, 2015 00:09
Install Google Chrome on Debian
1. Go to https://www.google.com/intl/en/chrome/browser/ and download
2. Run sudo dpkg -i google-chrome-stable_current_amd64.deb
3. Run sudo apt-get -f install
4. Run google-chrome from a non-root window
5. Add Chrome to the Applications -> Internet menu by typing cp /opt/google/chrome/google-chrome.desktop /usr/share/applications/
@jonathancone
jonathancone / sublime-eclipse-shortcuts.txt
Last active December 17, 2015 22:29 — forked from thbkrkr/Default (Linux).sublime-keymap
These are my Eclipse-friendly Sublime Text 2 key bindings.
[
{ "keys": ["f12"], "command": "htmlprettify"},
{ "keys": ["f1"], "command": "fold" },
{ "keys": ["f2"], "command": "unfold" },
{ "keys": ["ctrl+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": "@"} },
{ "keys": ["ctrl+space"], "command": "auto_complete" },
{ "keys": ["ctrl+space"], "command": "replace_completion_with_auto_complete", "context":
[
{ "key": "last_command", "operator": "equal", "operand": "insert_best_completion" },