Skip to content

Instantly share code, notes, and snippets.

View BallisticPain's full-sized avatar
🏠
Working from home

Jarvis J. Stubblefield BallisticPain

🏠
Working from home
View GitHub Profile
@BallisticPain
BallisticPain / bash.md
Created June 7, 2012 12:47 — forked from JoshuaEstes/000-Cheat-Sheets.md
Various cheat sheets

Moving the cursor

ctrl + a                 Goto BEGINNING of command line
ctrl + e                 Goto END of command line
ctrl + b                 move back one character
ctrl + f                 move forward one character
alt + f                  move cursor FORWARD one word
alt + b                  move cursor BACK one word
@BallisticPain
BallisticPain / hack.sh
Created June 5, 2012 18:31 — forked from epochblue/hack.sh
OS X Hidden Prefs Installer
#!/usr/bin/env sh
##
# This is script with useful tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2876759/hack.sh | sh
#