Skip to content

Instantly share code, notes, and snippets.

View taylorzane's full-sized avatar
🙂

Taylor Zane Glaeser taylorzane

🙂
View GitHub Profile
@taylorzane
taylorzane / gist:9f5b4b3fb5670286e62f
Created May 11, 2015 17:29
Passcard Verification
Verifying I am +taylorzane on my passcard. https://onename.com/taylorzane
@taylorzane
taylorzane / drop.sh
Last active August 29, 2015 14:16
Copy file to Dropbox from shell.
# Throw this at the bottom of your .zshrc.
# Haven't tested this in any other shell, so YMMV.
# This is kinda hacky. First real go at a shell function.
# Feel free to change where your drop config is saved. ~/.drop just worked well.
# Copy file to Dropbox folder.
function drop {
# Usage:
# -d: Temporary dir to send the file to.
# -s: Set the default Dropbox dir to send all files to.