Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove one space after VCS_BRANCH_ICON when using wide icons | romkatv | 2019-08-08 | 1 | -3/+2 |
| | |||||
* | better distinguish between fontawesome and nerd fonts | romkatv | 2019-08-08 | 1 | -3/+44 |
| | | | | | | | | | There are fonts that aren't from Nerd Fonts and that cannot display the python logo from Font Awesome. Classify them as awesome-fontconfig and manually set an alternative icon for all Python segments in the config. Fixes #157. | ||||
* | change os_icon style | romkatv | 2019-08-07 | 1 | -2/+8 |
| | |||||
* | wizard: enable os_icon for users who like many icons | romkatv | 2019-08-07 | 1 | -7/+59 |
| | |||||
* | be more tolerant towards misconfigured locales; users with non-utf-8 locales ↵ | romkatv | 2019-08-05 | 1 | -0/+1 |
| | | | | will still have broken shells but at least p10k will work | ||||
* | speciazled diagnostics for i686; more escapes; more opts | romkatv | 2019-08-05 | 1 | -13/+13 |
| | |||||
* | beautify temp file name when printing it | romkatv | 2019-08-02 | 1 | -4/+5 |
| | |||||
* | source .p10k.zsh only if it exists | romkatv | 2019-08-01 | 1 | -2/+2 |
| | |||||
* | be less strict when detecting the presence of .p10k.zsh in .zshrc | romkatv | 2019-08-01 | 1 | -1/+1 |
| | |||||
* | format options better | romkatv | 2019-07-31 | 1 | -7/+18 |
| | |||||
* | add p10k configure | romkatv | 2019-07-31 | 1 | -3/+3 |
| | |||||
* | add an option for an even lighter background color | romkatv | 2019-07-31 | 1 | -14/+24 |
| | |||||
* | reduce wizard's minimum terminal size requirements | romkatv | 2019-07-31 | 1 | -29/+21 |
| | |||||
* | make classic style look decent if background color differs between segments | romkatv | 2019-07-31 | 1 | -15/+31 |
| | |||||
* | run configuration wizard if POWERLEVEL9K_MODE is the only set parameter | romkatv | 2019-07-31 | 1 | -1/+1 |
| | |||||
* | add a pointer to make it easier where the separator is | romkatv | 2019-07-31 | 1 | -3/+3 |
| | |||||
* | cleanup | romkatv | 2019-07-30 | 1 | -69/+75 |
| | |||||
* | better message on quit | romkatv | 2019-07-30 | 1 | -3/+5 |
| | |||||
* | add separate options for separators, heads and tails; add more choices if ↵ | romkatv | 2019-07-30 | 1 | -96/+206 |
| | | | | using nerdfont | ||||
* | add an option for right frame without left | romkatv | 2019-07-30 | 1 | -19/+32 |
| | |||||
* | shorten text added to ~/.zshrc and print a banner at the end of the wizard | romkatv | 2019-07-30 | 1 | -2/+4 |
| | |||||
* | avoid printing grey text without knowing it's visible on the user's background | romkatv | 2019-07-30 | 1 | -1/+1 |
| | |||||
* | typo | romkatv | 2019-07-29 | 1 | -3/+3 |
| | |||||
* | make fluent prompt less ugly in classic style | romkatv | 2019-07-29 | 1 | -9/+22 |
| | |||||
* | add a screen for selecting background color | romkatv | 2019-07-29 | 1 | -19/+79 |
| | |||||
* | add an option to insert prefixes similar to spaceship | romkatv | 2019-07-29 | 1 | -10/+55 |
| | |||||
* | add an option to enable/disable useless icons | romkatv | 2019-07-29 | 1 | -33/+98 |
| | |||||
* | Revert "fork before calling _p9k_init_icons" | romkatv | 2019-07-29 | 1 | -10/+8 |
| | | | | This reverts commit 6699d15df94794cac2024fb5d6822cb50f34a2ce. | ||||
* | fork before calling _p9k_init_icons | romkatv | 2019-07-29 | 1 | -8/+10 |
| | |||||
* | add an option to remove frame | romkatv | 2019-07-29 | 1 | -6/+70 |
| | |||||
* | make wizard colors work better in Solarized Dark | romkatv | 2019-07-29 | 1 | -49/+48 |
| | |||||
* | update colors to match changes in configs | romkatv | 2019-07-29 | 1 | -8/+8 |
| | |||||
* | grammar | Roman Perepelitsa | 2019-07-28 | 1 | -1/+1 |
| | |||||
* | typo | romkatv | 2019-07-28 | 1 | -1/+1 |
| | |||||
* | fix bugs in font detection | romkatv | 2019-07-28 | 1 | -6/+8 |
| | |||||
* | print empty line at the end | romkatv | 2019-07-28 | 1 | -0/+2 |
| | |||||
* | add -f and straight | romkatv | 2019-07-28 | 1 | -29/+101 |
| | |||||
* | better zshrc writing | romkatv | 2019-07-28 | 1 | -14/+32 |
| | |||||
* | more wizard options | romkatv | 2019-07-28 | 1 | -102/+274 |
| | |||||
* | cleanup | romkatv | 2019-07-28 | 1 | -4/+4 |
| | |||||
* | add configure.zsh | romkatv | 2019-07-28 | 1 | -58/+19 |
| | |||||
* | check that wizard can run | romkatv | 2019-07-28 | 1 | -0/+37 |
| | |||||
* | cleanup | romkatv | 2019-07-28 | 1 | -124/+123 |
| | |||||
* | simplify code | romkatv | 2019-07-28 | 1 | -5/+7 |
| | |||||
* | wizard: encode generation source and options | romkatv | 2019-07-28 | 1 | -11/+22 |
| | |||||
* | more progress on the wizard | romkatv | 2019-07-27 | 1 | -22/+193 |
| | |||||
* | font config wizard | romkatv | 2019-07-27 | 1 | -122/+192 |
| | |||||
* | draft notes for configuration wizard | romkatv | 2019-07-26 | 1 | -0/+125 |