1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-21 20:00:07 +00:00

Commit graph

  • f3d2a0755e Added a segment that displays the 5 min load average and the free RAM. Dominik Ritter 2015-08-26 17:34:09 +0200
  • 66877efade Moved print_icon to top in its own section "utility functions". Dominik Ritter 2015-08-26 17:24:23 +0200
  • 1005a7c6fb Better Icons for Apple and Linux. Dominik Ritter 2015-08-26 17:22:42 +0200
  • 0d62451f57 Merge branch 'dritter/improve_shorten_dir_length' into dritter/system_stats Dominik Ritter 2015-08-26 13:33:15 +0200
  • 823c52b3ec All Unicode-escape-characters should begin with an lowercase \u in the default-icons. The outgoing/incoming changes should use the print_icon function. Renamed VCS-Incoming/Outgoing icon variables. Dominik Ritter 2015-08-19 23:55:32 +0200
  • 96a830d2a1 Merge @dritter's icon customization work. Ben Hilburn 2015-08-19 12:14:21 -0700
  • 857527083d Merge pull request #75 from dritter/dritter/utf8_codepoints_fix Ben Hilburn 2015-08-19 11:41:24 -0700
  • 5795442dbc Set icon-Array as global variable, so that it is visible in later functions. This is important to make the icon-override mechanism work in antigen. Dominik Ritter 2015-08-18 23:44:21 +0200
  • 0831fa1041 Issue #74: Changed escape sequences for UTF-8 characters to lowercase for compatible and default mode. Dominik Ritter 2015-08-15 16:09:31 +0200
  • 44db352e35 Issue #64: Now the theme detects on OSX which sed is to use. Dominik Ritter 2015-08-15 15:49:22 +0200
  • aa57f02378 Merge pull request #72 from dritter/dritter/more_troubleshooting Ben Hilburn 2015-08-13 15:35:57 -0700
  • 0159559c6a Added some hints about troubleshooting missing fonts. Dominik Ritter 2015-08-09 20:05:21 +0200
  • 818fe15cf5 Merge remote-tracking branch 'ben/next' into dritter/customizable_icons Dominik Ritter 2015-08-07 19:17:17 +0200
  • d1832de888 Added documentation. Dominik Ritter 2015-08-07 19:14:17 +0200
  • 329f60f19f Node icon should be customizable too. Dominik Ritter 2015-08-07 18:59:49 +0200
  • 1c08efafa3 Merge pull request #69 from dritter/dritter/little_improvements Ben Hilburn 2015-08-05 17:05:29 -0700
  • 550c91e6ba Updated URL to agnosters-theme repository. Dominik Ritter 2015-08-06 00:38:36 +0200
  • d07ee098aa Updated URL to powerline-fonts repository. Dominik Ritter 2015-08-06 00:37:06 +0200
  • 754b648f37 Changed the default behaviour to truncate whole directories. Dominik Ritter 2015-08-05 00:21:09 +0200
  • 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