I hereby claim:
- I am tjluoma on github.
- I am tjluoma (https://keybase.io/tjluoma) on keybase.
- I have a public key whose fingerprint is CD24 F253 A615 7ADE B4CD 849B D1BE BF82 BC7F B1B5
To claim this, I am signing this object:
| #!/bin/zsh -f | |
| zmodload zsh/datetime | |
| zmodload zsh/stat | |
| NAME="$0:t:r" | |
| function timestamp { strftime "%Y-%m-%d--%H.%M.%S" "$EPOCHSECONDS" } | |
| LOG="$HOME/Library/Logs/$NAME.log" |
| ## The basic format of the `ssh-keygen` command is something like this: | |
| # ssh-keygen -t TYPE -f FILENAME -C "COMMENT" | |
| ## Here's What I Used | |
| ssh-keygen -t rsa -f id_rsa_prompt_iphone5s -C "TJ Luoma iPhone 5s" | |
| pbpaste | sed 's#\\$##g' | tr -s '\012|\t' ' ' | tr -s ' ' ' ' |
| #!/bin/zsh -f | |
| TARGET_SSID='My Favorite WiFi Network' | |
| NAME="$0:t:r" | |
| AIRPORT='/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport' | |
| if [ ! -x "$AIRPORT" ] | |
| then |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.tjluoma.flux</string> | |
| <key>LimitLoadToSessionType</key> | |
| <string>Aqua</string> | |
| <key>LowPriorityIO</key> | |
| <true/> |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/zsh -f | |
| # Purpose: | |
| # | |
| # From: Tj Luo.ma | |
| # Mail: luomat at gmail dot com | |
| # Web: http://RhymesWithDiploma.com | |
| # Date: 2014-06-07 | |
| NAME="$0:t:r" |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.tjluoma.sendtodropbox.email-to-url</string> | |
| <key>Program</key> | |
| <string>/usr/local/bin/sendtodropbox-image.sh</string> | |
| <key>QueueDirectories</key> | |
| <array> |
| #!/bin/zsh -f | |
| NAME="$0:t:r" | |
| export PATH=/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin | |
| (di-xquartz.sh && \ | |
| brew update && \ | |
| brew upgrade && \ | |
| brew doctor) 2>&1 |\ |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>EnvironmentVariables</key> | |
| <dict> | |
| <key>PATH</key> | |
| <string>/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin</string> | |
| </dict> | |
| <key>Label</key> |