aboutsummaryrefslogtreecommitdiff
path: root/internal/configure.zsh
Commit message (Collapse)AuthorAgeFilesLines
* remove MULTIBYTE requirement from the configuration wizard (#2397)Roman Perepelitsa2023-07-291-1/+0
|
* don't auto-start configuration wizard if it's likely that zshrc is brokenRoman Perepelitsa2021-11-151-1/+4
| | | | | This change is an attempt to automate this: https://github.com/romkatv/powerlevel10k#configuration-wizard-runs-automatically-every-time-zsh-is-started
* wizard: don't refuse to start if ZDOTDIR is not writable; see #987Roman Perepelitsa2020-08-301-1/+11
|
* wizard: simplify instant prompt screen; make sure all screens work with ↵Roman Perepelitsa2020-08-271-3/+5
| | | | 47x14 terminal size
* prefix all `source` calls with `builtin`Roman Perepelitsa2020-07-041-2/+2
|
* wizard now reacts to terminal size changes and can function at much smaller ↵romkatv2020-04-261-2/+2
| | | | terminal dimensions; fixes #649
* add POWERLEVEL9K_CONFIG_FILEromkatv2020-04-051-4/+5
|
* wizard: gracefully handle non-writable ~/.zshrcromkatv2020-02-161-8/+7
|
* Remove the extra variable and inline the testbrettm123452020-02-161-2/+0
|
* Change variable name and fix warningbrettm123452020-02-161-1/+1
|
* Added the `__p9k_readonly_zsh` variablebrettm123452020-02-161-4/+3
|
* quote $foo when running with unknown options; fixes #453romkatv2020-02-021-1/+1
|
* fix prompt_char (never showed error); unify optionsromkatv2020-01-261-4/+1
|
* follow ~/.zshrc and ~/.p10k.zsh symlinksromkatv2020-01-191-3/+4
| | | | | | | | When the user tells the configuration wizard to apply changes to ~/.zshrc and ~/.p10k.zsh and these files are symlinks, apply changes to the targets. see #426
* survive ancient zsh in PATH (run wizard.zsh from a fork)romkatv2019-11-291-5/+2
|
* add `p10k reload` and call it from all standard configsromkatv2019-11-211-1/+1
|
* improve instant prompt usability, update docs and add an option to the ↵romkatv2019-10-261-1/+2
| | | | wizard to enable it
* survive emulate sh; fixes #226romkatv2019-09-201-2/+3
|
* wizard: fix handling for $ZDOTDIR and $HOME with special symbols ("%", "$", ↵romkatv2019-09-061-3/+3
| | | | etc.)
* bug fix: don't attempt to source .p10k.zsh when wizard exits to restart iTerm2romkatv2019-09-041-2/+7
|
* wizard: make it look better on narrow screensromkatv2019-09-031-1/+1
|
* wizard: reduce the minimum required terminal width from 80 to 51romkatv2019-09-021-1/+1
|
* wizard: add an option to enable `time` segmentromkatv2019-09-011-1/+1
|
* fix detection of awesome-mapped-fontconfig in the wizardromkatv2019-08-261-1/+7
|
* wizard: enable os_icon for users who like many iconsromkatv2019-08-071-1/+1
|
* be more tolerant towards misconfigured locales; users with non-utf-8 locales ↵romkatv2019-08-051-17/+29
| | | | will still have broken shells but at least p10k will work
* speciazled diagnostics for i686; more escapes; more optsromkatv2019-08-051-4/+6
|
* add p10k configureromkatv2019-07-311-1/+1
|
* reduce wizard's minimum terminal size requirementsromkatv2019-07-311-2/+2
|
* add separate options for separators, heads and tails; add more choices if ↵romkatv2019-07-301-1/+1
| | | | using nerdfont
* add an option for right frame without leftromkatv2019-07-301-1/+1
|
* disable prompt_substromkatv2019-07-291-1/+1
|
* better diagnostics for small screensromkatv2019-07-291-1/+1
|
* add p9k_configureromkatv2019-07-281-1/+7
|
* better zshrc writingromkatv2019-07-281-7/+15
|
* more wizard optionsromkatv2019-07-281-1/+5
|
* cleanupromkatv2019-07-281-5/+5
|
* add configure.zshromkatv2019-07-281-0/+33