Commit Graph

  • 9efe519dc5 Merge branch 'dritter/improve_shorten_dir_length' of github.com:dritter/powerlevel9k into dritter/improve_shorten_dir_length Dominik Ritter 2015-08-05 00:06:06 +0200
  • 33dba0f19f Define multiline icons as escape sequence. Dominik Ritter 2015-08-05 00:00:29 +0200
  • b1dba08c93 Multiline-Icons should be treated as icons as well. Dominik Ritter 2015-08-04 18:56:00 +0200
  • 5777b7bb54 Code cleanup. We don't need to define all icons for every mode any more. Dominik Ritter 2015-08-04 18:47:44 +0200
  • 2257026f9c Reworked icons to a zsh array. That way we can easily print out all icons for debugging purposes. Also it opens up some clean up possibilities. Dominik Ritter 2015-08-04 18:21:22 +0200
  • 6925e35cb8 Merge branch 'dritter/dritter/minimize_dependencies' into `next` Ben Hilburn 2015-08-01 15:10:50 -0700
  • c044ae78a5 Merge OS detection & segment into `next` Ben Hilburn 2015-08-01 15:08:47 -0700
  • 831ab36b85 Merge branch 'dritter/dritter/os_detection' into os-icon Ben Hilburn 2015-07-31 14:14:37 -0700
  • bb3fbb793c `test -n` seems to read the whole string. For performance issues we just analyze the first line by stripping the output of cat to the first line with `sed q`. Dominik Ritter 2015-07-30 23:30:47 +0200
  • df7f853c8d Less dependencies. If `sed q | wc -l` is just for testing if the string is empty or not, we can do that with just ZSH. Trusting that the implentation of `test -n` is intelligent enough to abort if a character is found. Dominik Ritter 2015-07-30 00:18:48 +0200
  • 99504d4ad4 Add an indicator that directories were truncated. Dominik Ritter 2015-07-29 23:46:06 +0200
  • 1edc606665 Added OpenBSD and DragonFly again. Dominik Ritter 2015-07-29 10:30:58 +0200
  • 4ef5294d0b os_icon: Combining OS detection and icon setting into one case statement Ben Hilburn 2015-07-28 19:56:46 -0700
  • fb9dbe86f7 Merge branch 'dritter/os_detection' of local staging. Ben Hilburn 2015-07-28 19:39:32 -0700
  • 8a6b9fe09d Whitespace fix. Dominik Ritter 2015-07-28 19:50:53 +0200
  • e025a6cdd4 The VCS-Branch icon is broken, if we use Unicode-characters with uppercase \U. Dominik Ritter 2015-07-28 11:14:46 +0200
  • 850702b115 Reworked OS-Icons to fit in our general scheme. Dominik Ritter 2015-07-28 11:09:55 +0200
  • 4e2b1137d4 README: Quick update to the description Ben Hilburn 2015-07-27 10:45:41 -0700
  • 1b7240ca2f Merge branch 'master' into dritter/os_detection Dominik Ritter 2015-07-27 09:23:30 +0200
  • 0dc7c5bf38 Merge branch 'dritter/os_detection' into dritter-os-icon Ben Hilburn 2015-07-26 16:30:04 -0700
  • c37e4a8fa0 Merge remote-tracking branch 'dritter/dritter/disable_rprompt' Ben Hilburn 2015-07-26 16:22:29 -0700
  • 504a64996b Uhm. It seems to make a difference, whether you print unicode characters with lowercase \u or uppercase \U. Some of them only work with uppercase \U. Therefore I changed all of them to the uppercase variant. Dominik Ritter 2015-07-27 00:35:39 +0200
  • c116ead6aa Determine the right OS-Icon only once. Dominik Ritter 2015-07-27 00:20:40 +0200
  • 5a6b6ef604 Merge branch 'master' into dritter/os_detection Dominik Ritter 2015-07-26 23:49:40 +0200
  • 961598e66b Merge branch 'dritter-various-improvements' Ben Hilburn 2015-07-26 14:43:33 -0700
  • 143aac50fb README: Cleanup Ben Hilburn 2015-07-26 14:43:16 -0700
  • 0654832da4 Merge remote-tracking branch 'dritter/dritter/various_improvements' into staging Ben Hilburn 2015-07-26 14:32:36 -0700
  • 0395709fa0 Merge remote-tracking branch 'dritter/dritter/os_detection' into staging Ben Hilburn 2015-07-26 14:18:02 -0700
  • 69096e02c9 Added a better example for the custom Time format. Dominik Ritter 2015-07-25 11:27:18 +0200
  • 188970f11e Added documentation for disable RPROMPT. Dominik Ritter 2015-07-25 11:22:51 +0200
  • e8dc33bb07 Added possibility to disable the RPROMPT completly. Dominik Ritter 2015-07-25 11:22:24 +0200
  • 9789afd142 Added Troubleshooting-hint for wrong TERM. Dominik Ritter 2015-07-25 11:00:07 +0200
  • 9e1f0639cf Whitespace fixes. Dominik Ritter 2015-07-25 10:59:25 +0200
  • 2bc3b09963 Implemented different ways to truncate the directory path. Dominik Ritter 2015-07-25 01:34:11 +0200
  • 2b00d09bfb Added documentation. Dominik Ritter 2015-07-25 00:04:45 +0200
  • 84dfa02a89 Updated the os-icon prompt to newest coding guidelines. Dominik Ritter 2015-07-25 00:02:32 +0200
  • 880a715b9c Merge branch 'master' into dritter/os_detection Dominik Ritter 2015-07-25 00:00:01 +0200
  • 925e6752f7 Merge pull request #62 from dritter/dritter/minimize_dependencies Ben Hilburn 2015-07-22 13:06:44 -0700
  • 30c4acd249 Strip the whitespace of OSX `wc` with pure zsh. No need to install `coreutils`. Dominik Ritter 2015-07-20 23:37:57 +0200
  • 7f83bac947 Revert "We don't need `tr`, as we strip whitespace directly with zsh." Ben Hilburn 2015-07-19 17:55:10 -0700
  • c853be57e7 README: markdown syntax derp Ben Hilburn 2015-07-19 12:42:00 -0700
  • 71f5be368e README: Updating introduction to the theme. Ben Hilburn 2015-07-19 12:40:59 -0700
  • 3927f055fe Merge remote-tracking branch 'dritter/dritter/minimize_dependencies' Ben Hilburn 2015-07-19 12:29:07 -0700
  • ea2af79042 README: simple cleanup Ben Hilburn 2015-07-19 12:24:21 -0700
  • 8e19cc05aa Merge pull request #59 from dritter/dritter/multiline_improvements Ben Hilburn 2015-07-19 12:23:00 -0700
  • d17fecbf81 README: bit of cleanup in color customization docs Ben Hilburn 2015-07-19 12:20:04 -0700
  • 97cd46a347 Merge pull request #58 from dritter/dritter/customizable_context Ben Hilburn 2015-07-19 12:15:26 -0700
  • 1f69d67c2a Merging dritter/remote_icon_space_names Ben Hilburn 2015-07-19 12:11:43 -0700
  • cb20e0e0d9 Made Multiline-Icons customizable. Dominik Ritter 2015-07-19 14:57:17 +0200
  • 3076c72f2e Merge branch 'master' into dritter/multiline_improvements Dominik Ritter 2015-07-19 14:45:48 +0200
  • eed0c84273 Made the `context` segment customizable. Dominik Ritter 2015-07-19 14:32:13 +0200
  • b82e19f073 Merge branch 'master' into dritter/minimize_dependencies Dominik Ritter 2015-07-19 14:11:55 +0200
  • 8358489470 README: Updating with minor fixes. Ben Hilburn 2015-07-12 18:10:33 -0700
  • 20cb4a245e Merging @dritter's work to allow shortened dir segment. Ben Hilburn 2015-07-12 18:07:59 -0700
  • 6144225330 Merging @dritter's Node.js segment support. Ben Hilburn 2015-07-12 18:05:18 -0700
  • 50bca4bf25 Merge branch 'master' into dritter/shorten_dir_path Dominik Ritter 2015-07-12 11:01:13 +0200
  • 505a55b61c Updated node-prompt. Dominik Ritter 2015-07-11 14:29:48 +0200
  • bc7c01648f Merge branch 'master' into dritter/nvm Dominik Ritter 2015-07-11 14:26:05 +0200
  • 79499dbb00 README: Fixing symbol table headers Ben Hilburn 2015-07-10 20:43:06 -0700
  • 767d4c75b0 Merge branch 'dritter/developers_guide' Ben Hilburn 2015-07-10 20:39:56 -0700
  • 3a857c276d README: Moving Dev Guide to Github wiki Ben Hilburn 2015-07-10 20:39:27 -0700
  • c9e6cc6cd0 Merge pull request #52 from dritter/dritter/mercurial_dirty_fix Ben Hilburn 2015-07-10 20:29:31 -0700
  • 48d4ebac10 Merge pull request #50 from dritter/dritter/vim_modelines_improvement Ben Hilburn 2015-07-10 20:26:33 -0700
  • 0d9fe3d60f Merge pull request #49 from dritter/dritter/branch_icon_fixes Ben Hilburn 2015-07-10 20:24:33 -0700
  • 7519b5292a Merge Vagrant VM support for development. Ben Hilburn 2015-07-10 20:22:22 -0700
  • 114470ea43 simple-mode deactivated. With that option on, vcs_info doesn't detect the repository state correctly. Dominik Ritter 2015-07-10 19:44:20 +0200
  • 59cd8a71fa When opening this file in VIM set "expanded tabs"-option and set encoding to "utf8". Dominik Ritter 2015-06-07 03:10:27 +0200
  • 0226f871f6 Fix the branch icon and whitespaces in the vcs segment. Dominik Ritter 2015-07-10 00:43:10 +0200
  • 008512cc79 Merge branch 'master' into dritter/developers_guide Dominik Ritter 2015-07-09 19:11:03 +0200
  • 772c9ab85d README: Updating for branch icon, ToC Ben Hilburn 2015-07-08 18:52:30 -0700
  • b455526ecc Merge pull request #46 from dritter/dritter/branch_icon Ben Hilburn 2015-07-08 18:50:07 -0700
  • 4bbbefd500 Merge pull request #45 from dritter/dritter/symfony2_version Ben Hilburn 2015-07-08 18:46:10 -0700
  • c4cac7eaa8 Merge pull request #44 from dritter/dritter/vagrant-vm Ben Hilburn 2015-07-08 18:45:22 -0700
  • 24d7ba584a Merge pull request #43 from martinpelikan/master Ben Hilburn 2015-07-08 18:44:50 -0700
  • 5a9695dcd4 Correctly set VCS dirty status on first invocation. Martin Pelikan 2015-07-06 20:56:02 -0700
  • 2538e5579b Make branch icon configurable. Dominik Ritter 2015-07-08 00:44:52 +0200
  • f1b5b783d3 Added a segment that shows the Symfony2 version number. Dominik Ritter 2015-05-24 19:34:46 +0100
  • c35a1c3f45 Fixed oh-my-zsh test installation. Dominik Ritter 2015-07-07 20:08:06 +0200
  • 558d137bfa README: Silly missing comma. Ben Hilburn 2015-06-30 14:40:42 -0700
  • 8950a0a6e3 README: Adding note about theme inspiration. Ben Hilburn 2015-06-30 14:40:01 -0700
  • 60b84cc6e9 Merge pull request #40 from dsager/update-readme Ben Hilburn 2015-06-29 09:28:46 -0700
  • d2a0346bf1 updated info for antigen install option Daniel Sager 2015-06-29 07:54:56 +0200
  • 686b351adb Merging Vagrant test VM from dritter/prezto Ben Hilburn 2015-06-28 18:07:55 -0700
  • f84a144194 README: Updating to reflect new system support Ben Hilburn 2015-06-28 17:57:28 -0700
  • 5bbe8aa6ff README: Removing reference to un-merged Vagrant test VM Ben Hilburn 2015-06-28 17:19:22 -0700
  • 103a295433 Merging Antigen and Prezto support from `dritter/prezto` Ben Hilburn 2015-06-28 17:14:24 -0700
  • fe5ef3cee8 All top-level usages of "local" removed. That variables need to be global for antigen and prezto to work correctly. Dominik Ritter 2015-06-13 00:26:18 +0200
  • 1e7105918d Added a reference to the test-vm folder Dominik Ritter 2015-06-11 19:50:30 +0200
  • 2821a0deee Updated TOC. Dominik Ritter 2015-06-11 18:24:55 +0200
  • e97c216c7b More Documentation. Dominik Ritter 2015-06-11 18:24:16 +0200
  • 966bf5fe74 Global variables need to be global, so that antigen and prezto see them.. Dominik Ritter 2015-06-11 18:09:57 +0200
  • 3e13603557 It makes no sense, to clone the powerlevel9k-theme in all frameworks. Instead, we can simply use the one, which is mounted in /vagrant_data.. Dominik Ritter 2015-06-11 00:58:46 +0200
  • 494714049a Added provisioning for all frameworks. Dominik Ritter 2015-06-10 02:38:36 +0200
  • 4ad6080d31 Added a testing environment in form of a virtual machine. Dominik Ritter 2015-06-10 02:31:36 +0200
  • 1e31869e13 Merge branch 'master' into dritter/prezto Dominik Ritter 2015-06-09 17:08:09 +0200
  • c78bdf9504 README: Updating picture location Ben Hilburn 2015-06-08 13:47:39 -0700
  • 7376602a7b Merging support for Awesome-Patched-Powerline fonts. Ben Hilburn 2015-06-08 13:42:50 -0700
  • 5592c90041 Removing the VCS_BRAND_INDICATOR by default Ben Hilburn 2015-06-08 13:42:03 -0700
  • 0993e7ce88 New prompt segment `os_icon`. Dominik Ritter 2015-06-07 03:08:24 +0200
  • 891f5567fd Limit to whole folders, not just characters. Dominik Ritter 2015-06-07 01:48:02 +0200