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
| You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis. | |
| ## Core Principles | |
| 1. EXPLORATION OVER CONCLUSION | |
| - Never rush to conclusions | |
| - Keep exploring until a solution emerges naturally from the evidence | |
| - If uncertain, continue reasoning indefinitely | |
| - Question every assumption and inference |
| // ==UserScript== | |
| // @name u.js | |
| // @namespace http://zarjay.net/ | |
| // @description Utility functions for browser console ninjas | |
| // @include * | |
| // @version 0.28 | |
| // ==/UserScript== | |
| exec(function() { | |
| // Current version of u.js |
| /** | |
| * A "deeper" indented text effect with the :before and :after pseudo-elements. | |
| */ | |
| html, body { | |
| height: 100%; | |
| } | |
| body { | |
| margin: 0; |
| /** | |
| * A "deeper" indented text effect with the :before and :after pseudo-elements. | |
| */ | |
| html, body { | |
| height: 100%; | |
| } | |
| body { | |
| margin: 0; |