Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove MULTIBYTE requirement from the configuration wizard (#2397) | Roman Perepelitsa | 2023-07-29 | 1 | -1/+1 |
| | |||||
* | Add rocky icon to wizard | Markus Kurtz | 2023-07-25 | 1 | -0/+1 |
| | |||||
* | unquote ID in /etc/os-release (#2388) | Roman Perepelitsa | 2023-07-25 | 1 | -1/+1 |
| | |||||
* | wizard: add a screen for detecting faulty terminals that render glyphs such ↵v1.18.0 | Roman Perepelitsa | 2023-05-04 | 1 | -0/+36 |
| | | | | as U+F0001 as wide (e.g., Windows Terminal) | ||||
* | wizard: check for unicode 9 support before asking about U+F0737 | Roman Perepelitsa | 2023-05-04 | 1 | -0/+5 |
| | |||||
* | use U+F327 (Kali Linux logo) only with POWERLEVEL9K_MODE=nerdfont-v3 (#2281) | Roman Perepelitsa | 2023-04-24 | 1 | -0/+1 |
| | |||||
* | use less surprising input for clock option | Lucas Larson | 2023-04-15 | 1 | -6/+6 |
| | | | | | | | | | | | for the three clock options (no clock, a 12-hour clock, or a 24-hour clock), use the first character of the option as the input to fix #2266. This pull request is a reissue of – and supersession of – #2267, which was pushed on a branch with non-ASCII characters in the name. Signed-off-by: Lucas Larson <LucasLarson@riseup.net> | ||||
* | wizard: prefer POWERLEVEL9K_MODE=nerdfont-complete over nerdfont-v3 | Roman Perepelitsa | 2023-04-03 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Apparently Windows Terminal has a bug. To reproduce: print -P '\UF0737%K{red} %k' The expected output: x_ Here 'x' signifies any glyph of width 1, and '_' signifies a red block. The actual output: x _ Notice the space. The output of the following two commands is as expected: print -P '\UFC35%K{red} %k' print -P '\UFC35x' | ||||
* | wizard bug fix: offer advanced powerline options when using nerdfont-v3nerdfonts-v3 | Roman Perepelitsa | 2023-04-03 | 1 | -3/+3 |
| | |||||
* | wizard: detect POWERLEVEL9K_MODE=nerdfont-v3 | Roman Perepelitsa | 2023-04-02 | 1 | -16/+27 |
| | | | | This is Step 2 of https://github.com/romkatv/powerlevel10k/issues/2217#issuecomment-1493271666. | ||||
* | wizard: rename capability "arrow" to "quotes" | Roman Perepelitsa | 2023-04-02 | 1 | -7/+7 |
| | |||||
* | nerdfonts-v3: add an icon for EndevourOS (#1933) | Roman Perepelitsa | 2023-04-02 | 1 | -0/+1 |
| | |||||
* | don't invoke mktemp if it doesn't exist | Roman Perepelitsa | 2022-11-28 | 1 | -1/+4 |
| | |||||
* | don't invoke mktemp if it doesn't exist | Roman Perepelitsa | 2022-11-27 | 1 | -3/+6 |
| | |||||
* | wizad: add a hint pointing to the frame when asking for frame color | Roman Perepelitsa | 2022-11-14 | 1 | -4/+20 |
| | |||||
* | fix a bug introduced in cf1b58651505a3d5799a7f6bb5b8ce964c729c51 | Roman Perepelitsa | 2022-10-05 | 1 | -1/+1 |
| | |||||
* | fix bugs introduced in 843dcf016710a4fe39f8ad65da2929f9128436fd | Roman Perepelitsa | 2022-10-05 | 1 | -1/+1 |
| | |||||
* | survive broken FPATH (#10 | Roman Perepelitsa | 2022-10-02 | 1 | -3/+2 |
| | |||||
* | don't trust cnorm as it's incorrect in some combinations of terminals and ↵ | Roman Perepelitsa | 2022-07-21 | 1 | -1/+6 |
| | | | | terminfo (#1699) | ||||
* | survive broken $TMPDIR | Roman Perepelitsa | 2022-01-26 | 1 | -8/+22 |
| | |||||
* | add an icon for amazon linux (#1706) | Roman Perepelitsa | 2022-01-06 | 1 | -0/+1 |
| | |||||
* | don't auto-start configuration wizard if it's likely that zshrc is broken | Roman Perepelitsa | 2021-11-15 | 1 | -42/+72 |
| | | | | | This change is an attempt to automate this: https://github.com/romkatv/powerlevel10k#configuration-wizard-runs-automatically-every-time-zsh-is-started | ||||
* | wizard: underline paths instead of bolding in the success message | Roman Perepelitsa | 2021-10-27 | 1 | -3/+3 |
| | |||||
* | Add RHEL to the OS Icon lists (#1581) | Charles Timko | 2021-09-22 | 1 | -0/+1 |
| | | | * Add RHEL to the OS Icon lists | ||||
* | fix a spello in comments in the generated .p10k.zsh | Roman Perepelitsa | 2021-09-13 | 1 | -1/+1 |
| | |||||
* | new prompt segment: toolbox (https://github.com/containers/toolbox) #1560 | Roman Perepelitsa | 2021-09-10 | 1 | -0/+2 |
| | |||||
* | Update os icon at zsh.exe on git for windows (#1180) | Osman Tas | 2020-12-23 | 1 | -1/+1 |
| | | | | | | | | | | | * Update os icon for windows Windows icon is not shown on git for windows zsh.exe Same update also added to wizards.zsh file. * Update os icon for windows Windows icon is not shown on git for windows zsh.exe Same update also added to p10k.zsh file. | ||||
* | wizard: allow uppercase letters in choices | Roman Perepelitsa | 2020-12-16 | 1 | -0/+1 |
| | |||||
* | wizard: after installing the font on iTerm2, ask for system reboot if iTerm2 ↵v1.14.0 | Roman Perepelitsa | 2020-11-26 | 1 | -8/+19 |
| | | | | session restoration is enabled | ||||
* | prompt_length cleanup | Roman Perepelitsa | 2020-11-25 | 1 | -6/+5 |
| | |||||
* | typo | Roman Perepelitsa | 2020-10-21 | 1 | -1/+1 |
| | |||||
* | better wizard intro when installing z4h | Roman Perepelitsa | 2020-10-21 | 1 | -2/+5 |
| | |||||
* | make it more difficult to incorrectly restart iTerm2 after installing Meslo | Roman Perepelitsa | 2020-10-19 | 1 | -17/+11 |
| | |||||
* | typo | Roman Perepelitsa | 2020-10-19 | 1 | -1/+1 |
| | |||||
* | wizard: suppress the into message if z4h would print its welcome | Roman Perepelitsa | 2020-10-19 | 1 | -5/+6 |
| | |||||
* | wizard: suppress the outro message if z4h would print its welcome | Roman Perepelitsa | 2020-10-19 | 1 | -10/+18 |
| | |||||
* | make configuration options work when using Turkish locale (#1036) | Roman Perepelitsa | 2020-10-05 | 1 | -2/+2 |
| | |||||
* | wizard: recognize `source $POWERLEVEL9K_CONFIG_FILE` in .zshrc | Roman Perepelitsa | 2020-09-15 | 1 | -1/+3 |
| | |||||
* | wizard: don't refuse to start if ZDOTDIR is not writable; see #987 | Roman Perepelitsa | 2020-08-30 | 1 | -5/+11 |
| | |||||
* | wizard: simplify instant prompt screen; make sure all screens work with ↵ | Roman Perepelitsa | 2020-08-27 | 1 | -18/+34 |
| | | | | 47x14 terminal size | ||||
* | wizard: when using z4h, automatically enable instant prompt in quiet mode | Roman Perepelitsa | 2020-08-20 | 1 | -0/+6 |
| | |||||
* | detect artix linux for the sake of displaying os logo; see #898 | Roman Perepelitsa | 2020-07-19 | 1 | -0/+3 |
| | |||||
* | disable background transparency in iTerm2 | Roman Perepelitsa | 2020-06-28 | 1 | -13/+14 |
| | |||||
* | suppress the expected error message from PlistBuddy | Roman Perepelitsa | 2020-06-28 | 1 | -1/+1 |
| | |||||
* | jump straight to ascii if TERM is "dump" or "linux"v1.11.0 | Roman Perepelitsa | 2020-05-31 | 1 | -1/+1 |
| | |||||
* | remove execute permission from wizard.zsh | romkatv | 2020-05-26 | 1 | -0/+0 |
| | |||||
* | disable tty echo for the whole duration of wizard | romkatv | 2020-05-14 | 1 | -2/+2 |
| | |||||
* | fix ask_python screen in the wizard | romkatv | 2020-05-14 | 1 | -10/+10 |
| | |||||
* | wizard: print a message when aborted with ctrl-c | romkatv | 2020-05-14 | 1 | -1/+10 |
| | |||||
* | allow dir styling based on the pair: $PWD and whether it's writable | romkatv | 2020-05-02 | 1 | -2/+4 |
| | | | | fixes #678 |