1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00
Commit graph

200 commits

Author SHA1 Message Date
Ben Hilburn c9e6cc6cd0 Merge pull request #52 from dritter/dritter/mercurial_dirty_fix
Must always resolve changeset to show Hg repository status.

Resolves bug #51.
2015-07-10 20:29:31 -07:00
Ben Hilburn 48d4ebac10 Merge pull request #50 from dritter/dritter/vim_modelines_improvement
Add VIM default settings: "expandtab", encoding = "utf8"
2015-07-10 20:26:33 -07:00
Ben Hilburn 0d9fe3d60f Merge pull request #49 from dritter/dritter/branch_icon_fixes
Fix the branch icon in the VCS segment.

Resolves bug #49.
2015-07-10 20:24:33 -07:00
Ben Hilburn 7519b5292a Merge Vagrant VM support for development. 2015-07-10 20:22:22 -07:00
Dominik Ritter 114470ea43 simple-mode deactivated. With that option on, vcs_info doesn't detect the repository state correctly. 2015-07-10 19:44:20 +02:00
Dominik Ritter 59cd8a71fa When opening this file in VIM set "expanded tabs"-option and set encoding to "utf8". 2015-07-10 00:58:35 +02:00
Dominik Ritter 0226f871f6 Fix the branch icon and whitespaces in the vcs segment. 2015-07-10 00:43:10 +02:00
Ben Hilburn 772c9ab85d README: Updating for branch icon, ToC 2015-07-08 18:52:30 -07:00
Ben Hilburn b455526ecc Merge pull request #46 from dritter/dritter/branch_icon
Add flag to enable / disable branch icon in VCS prompt. Defaults to `off`.
2015-07-08 18:50:07 -07:00
Ben Hilburn 4bbbefd500 Merge pull request #45 from dritter/dritter/symfony2_version
Added a segment that shows the Symfony2 version number.
2015-07-08 18:46:10 -07:00
Ben Hilburn c4cac7eaa8 Merge pull request #44 from dritter/dritter/vagrant-vm
Fixed oh-my-zsh test installation in vagrant VM.
2015-07-08 18:45:22 -07:00
Ben Hilburn 24d7ba584a Merge pull request #43 from martinpelikan/master
Correctly set VCS dirty status on first invocation.
2015-07-08 18:44:50 -07:00
Martin Pelikan 5a9695dcd4 Correctly set VCS dirty status on first invocation.
The precmd hook seems to not get called on first invocation, and gets
called recursively for every subsequent invocation.
2015-07-07 19:53:11 -07:00
Dominik Ritter 2538e5579b Make branch icon configurable. 2015-07-08 00:44:52 +02:00
Dominik Ritter f1b5b783d3 Added a segment that shows the Symfony2 version number. 2015-07-07 20:34:46 +02:00
Dominik Ritter c35a1c3f45 Fixed oh-my-zsh test installation. 2015-07-07 20:08:06 +02:00
Ben Hilburn 558d137bfa README: Silly missing comma. 2015-06-30 14:40:42 -07:00
Ben Hilburn 8950a0a6e3 README: Adding note about theme inspiration. 2015-06-30 14:40:01 -07:00
Ben Hilburn 60b84cc6e9 Merge pull request #40 from dsager/update-readme
README: Fixed info for antigen install
2015-06-29 09:28:46 -07:00
Daniel Sager d2a0346bf1 updated info for antigen install option 2015-06-29 07:54:56 +02:00
Ben Hilburn 686b351adb Merging Vagrant test VM from dritter/prezto 2015-06-28 18:07:55 -07:00
Ben Hilburn f84a144194 README: Updating to reflect new system support 2015-06-28 17:57:28 -07:00
Ben Hilburn 5bbe8aa6ff README: Removing reference to un-merged Vagrant test VM 2015-06-28 17:19:22 -07:00
Ben Hilburn 103a295433 Merging Antigen and Prezto support from dritter/prezto
Not pulling in support for the Vagrant test VM in this branch.
2015-06-28 17:14:24 -07:00
Dominik Ritter fe5ef3cee8 All top-level usages of "local" removed. That variables need to be global for antigen and prezto to work correctly. 2015-06-13 00:27:27 +02:00
Dominik Ritter 1e7105918d Added a reference to the test-vm folder 2015-06-11 19:50:30 +02:00
Dominik Ritter 2821a0deee Updated TOC. 2015-06-11 18:24:55 +02:00
Dominik Ritter e97c216c7b More Documentation. 2015-06-11 18:24:16 +02:00
Dominik Ritter 966bf5fe74 Global variables need to be global, so that antigen and prezto see them.. 2015-06-11 18:09:57 +02:00
Dominik Ritter 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.. 2015-06-11 00:58:46 +02:00
Dominik Ritter 494714049a Added provisioning for all frameworks. 2015-06-10 02:38:36 +02:00
Dominik Ritter 4ad6080d31 Added a testing environment in form of a virtual machine. 2015-06-10 02:31:36 +02:00
Dominik Ritter 1e31869e13 Merge branch 'master' into dritter/prezto 2015-06-09 17:08:09 +02:00
Ben Hilburn c78bdf9504 README: Updating picture location 2015-06-08 13:47:39 -07:00
Ben Hilburn 7376602a7b Merging support for Awesome-Patched-Powerline fonts. 2015-06-08 13:42:50 -07:00
Ben Hilburn 5592c90041 Removing the VCS_BRAND_INDICATOR by default 2015-06-08 13:42:03 -07:00
Dominik Ritter 945412480e Reordering code. 2015-06-06 19:38:20 +02:00
Dominik Ritter 6a0925ac96 Updated TOC. 2015-06-06 18:21:57 +02:00
Dominik Ritter 02531ff582 Merge remote-tracking branch 'ben/dritter/font_mode' into dritter/font_mode 2015-06-06 18:20:38 +02:00
Dominik Ritter 86db273188 Cleaned up whitespaces: Now the whitespaces are controlled by the functions that draw the segments (except vcs). This makes it more flexible, and you don't get unwanted whitespaces, when flipping segments from one side to another. 2015-06-06 18:18:35 +02:00
Ben Hilburn 9a507fbdae Minor changes to docs in README and theme file. 2015-06-05 17:26:00 -07:00
Ben Hilburn 3f074d5e98 README: Changes / reorg regarding new font options 2015-06-05 17:17:35 -07:00
Dominik Ritter d65aea3a64 Added more Icons, that work in compatible mode. 2015-06-05 19:23:32 +02:00
Dominik Ritter 2798a9d38e Merge branch 'master' into dritter/font_mode 2015-06-05 19:18:07 +02:00
Ben Hilburn f7cb946898 Merge pull request #34 from dritter/dritter/multiline_rprompt_fix
Put RPROMPT on first line of dual-lined prompts.
2015-06-05 10:08:02 -07:00
Dominik Ritter 3e41f29223 Formatting. 2015-06-05 19:02:07 +02:00
Dominik Ritter 7bf7ab94b6 Fix for Issue #33. Now the RPROMPT is on the first line. 2015-06-05 18:56:11 +02:00
Dominik Ritter d8d9e6cfda Added variable for completeness. 2015-06-05 09:00:32 +02:00
Dominik Ritter 851877ed97 Added compatible icons 2015-06-05 08:59:48 +02:00
Dominik Ritter 1c6050ac75 Formatting. 2015-06-05 08:52:20 +02:00