These items are ordered by priority to reduce annoyance when first setting up a new mac.
- Investigate using https://github.com/kobus-v-schoor/dotgit for managing dot file syncing
| # vim:ft=zsh ts=2 sw=2 sts=2 | |
| # | |
| # agnoster's Theme - https://gist.github.com/3712874 | |
| # A Powerline-inspired theme for ZSH | |
| # | |
| # # README | |
| # | |
| # In order for this theme to render correctly, you will need a | |
| # [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts). | |
| # Make sure you have a recent version: the code points that Powerline |
| <?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>AdjustWindowForFontSizeChange</key> | |
| <false/> | |
| <key>AllowClipboardAccess</key> | |
| <false/> | |
| <key>AlternateMouseScroll</key> | |
| <true/> |
These items are ordered by priority to reduce annoyance when first setting up a new mac.
| /** | |
| * HOW TO USE THIS SCRIPT: | |
| * 0. Upload your images to Google Drive. | |
| * 1. Log into Google Drive, and click CREATE -> Script -> Blank Project. | |
| * 2. Delete all of the default code, and paste this code into your project. | |
| * 3. Customize the email parameters below to your liking (note that the quotes | |
| * around each line are very important.) | |
| * 4. Test the script by selecting Run -> sendRandomImage. You should receive an | |
| * email with a random image. | |
| * 5. Click Resources -> Current Project's Triggers, and set up the email to run |
Name: Benjamin Lind
Username: bdl22
Website: benlind.com
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition: