Skip to content

Instantly share code, notes, and snippets.

View undassa's full-sized avatar
🦕
DevOps power

Alexander Kaloshin undassa

🦕
DevOps power
View GitHub Profile
@undassa
undassa / gist:7692865
Last active December 29, 2015 15:49 — forked from lucasfais/gist:1207002

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
#!/bin/bash
# Pull this file down, make it executable and run it with sudo
# wget https://raw.github.com/gist/5487621/build-erlang-r16b.sh
# chmod u+x build-erlang-r16b.sh
# sudo ./build-erlang-r16b.sh
if [ $(id -u) != "0" ]; then
echo "You must be the superuser to run this script" >&2
exit 1
fi