Skip to content

Instantly share code, notes, and snippets.

View phlco's full-sized avatar

Phillip Lamplugh phlco

  • Los Angeles, CA
View GitHub Profile
#!/usr/bin/env bash
filename=$1
touch $filename
#!/usr/bin/env bash
filename=$1
touch $filename
@phlco
phlco / file1.txt
Created August 25, 2014 19:50
the description for this gist
String file contents
@phlco
phlco / file1.txt
Created August 25, 2014 19:49
the description for this gist
String file contents
@phlco
phlco / file1.txt
Created August 25, 2014 19:47
the description for this gist
String file contents
@phlco
phlco / weekend.md
Created August 25, 2014 17:54
weekend wedding

drank too much and didn't get to dance to robyn.

@phlco
phlco / commands.md
Created August 6, 2014 14:15
Terminal, Sublime, Spectacle Commands

Terminal Commands

Shortcut Action
or scrolls through previous entered commands
ctrl + c clears a line or cancel a process
ctrl + a moves your cursor to the beginning of a line.
ctrl + e moves it to the end of the line.
ctrl + f moves the cursor forward
ctrl + b moves the cursor back
@phlco
phlco / terminal_commands.md
Last active August 29, 2015 14:04
terminal commands
Shortcut Action
or scrolls through previous entered commands
ctrl+c clears a line or cancel a process
ctrl+a moves your cursor to the beginning of a line.
ctrl+e moves it to the end of the line.
ctrl+f moves the cursor forward
ctrl+b moves the cursor back
ctrl+w deletes the previous word
ctrl+h deletes the one character at a time
@phlco
phlco / terminal-toggle.sh
Created June 9, 2014 22:51
Toggles Terminal themes and font sizes
#-------------------------------------------------------------------------------
# Terminal Toggle
# Toggles Terminal themes and font sizes
#-------------------------------------------------------------------------------
THEME_LIGHT="Tomorrow"
THEME_DARK="Tomorrow\ Night"
FONT_BIG=25
FONT_SMALL=14
@phlco
phlco / cat.json
Last active August 29, 2015 14:01
{"name":"Tiny","age":3,"is_cute":true}