My own fork of agnoster, optimized for a terminal that uses the solarized-light colorscheme.
A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
| // Jeremie Miserez <jeremie@miserez.org>, 2015 | |
| // | |
| // A little bit of Javascript to let you export your Google Music library, playlists, and album track lists :) | |
| // | |
| // I posted this as an answer here: http://webapps.stackexchange.com/questions/50311/print-playlist-from-google-play-music | |
| // | |
| // 1. Go to: https://play.google.com/music/listen#/all (or your playlist) | |
| // | |
| // 2. Open a developer console (F12 for Chrome). Paste | |
| // code below into the console. |
| <?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>WorkingDirectory</key> | |
| <string>/Users/Dan/wiki/gitit/</string> | |
| <key>KeepAlive</key> | |
| <true/> | |
| <key>EnvironmentVariables</key> | |
| <dict> |
| #!/usr/bin/env ruby | |
| # ## An Easy Way to Compile and Run Java Classes | |
| # | |
| # System utility for compiling and running Java classes | |
| # in a specific directory structure. | |
| # | |
| # #### Recommended Installation | |
| # Save this code to a file named `easyjava`, somewhere on your HD. Then | |
| # in your `~/.bash_profile` add the following: |
| # Added by install_latest_perl_osx.pl | |
| [ -r /Users/Dan/.bashrc ] && source /Users/Dan/.bashrc | |
| [[ -s "/Users/Dan/.rvm/scripts/rvm" ]] && source "/Users/Dan/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* | |
| ## PATH variables | |
| export PATH="$HOME/bin/Racket\ v5.2.1/bin/:$PATH" # Racket | |
| export PATH=/Users/Dan/bin/google/android-sdk-macosx/tools/:$PATH #Android development | |
| alias mips='java -jar /Users/Dan/Dropbox/work/classes/cs2600/assembly/Mars_4_1.jar' #MIPS emulator (MARS) | |
| function git_prompt() { |