A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
For Mac users, I highly recommend iTerm 2 + Solarized Dark
| If not A_IsAdmin | |
| { | |
| Run *RunAs "%A_ScriptFullPath%" | |
| ExitApp | |
| } | |
| LWin::Control | |
| RWin::Control | |
| Control::Alt |
| # Configure pyenv | |
| if command -v pyenv 1>/dev/null 2>&1; then | |
| eval "$(pyenv init -)" | |
| fi | |
| # Configure nvm | |
| export NVM_DIR="$HOME/.nvm" | |
| [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | |
| # Default node version |
| // Windows config | |
| // Future versions of Hyper may add additional config options, | |
| // which will not automatically be merged into this file. | |
| // See https://hyper.is#cfg for all currently supported options. | |
| // => for advanced config flags please also refer to https://hyper.is/#cfg | |
| /* | |
| * White theme :) | |
| * ============================== |
| - |
| <main ng-app="app" ng-cloak> | |
| <h2>Job listing</h2> | |
| <section ng-controller="gapsController as vm"> | |
| <table | |
| ng-if="vm.dataset && vm.dataset.length" | |
| class="striped responsive-table"> | |
| <thead> | |
| <tr> | |
| <th data-field="job-name">Job Name</th> | |
| <th data-field="date">Date</th> |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| * Configuration variables | |
| */ | |
| module.exports = { | |
| source_dir: './src/', | |
| build_dir: './build/', | |
| compile_dir: './application/', | |
| build: { | |
| vendor_js: [] |