Commit Graph

228 Commits (master)

Author SHA1 Message Date
Roman Perepelitsa df8ed16343 wizard: prefer POWERLEVEL9K_MODE=nerdfont-v3 over nerdfont-complete"
The preference for nerdfont-complete was necessitated by a bug
in Windows Terminal that has since been fixed.

This reverts commit b474978b2e.

  wizard: prefer POWERLEVEL9K_MODE=nerdfont-complete over nerdfont-v3

See the reverted commit for details on the Windows Terminal bug.
3 months ago
Elan Ruusamäe 16e5848426
Doc: Use shorter readme link (#2671)
Since it links to readme on default branch (permalink), can just omit that all making links shorter.
5 months ago
Roman Perepelitsa a3f7dabcae cleanup 6 months ago
Roman Perepelitsa 6836bfe2da
fix heads in the wizard (#2605)
fixed on the phone, hence the dumb diff
6 months ago
Roman Perepelitsa 0fdca5b1e6 always offer the flat heads option in the wizard (#2600) 6 months ago
Roman Perepelitsa b973805f01 cleanup and bump version (#2576) 7 months ago
Adam Schumacher 31d99b694c Fix in wizard.zsh 7 months ago
weirdgiraffe 67cedd3edc
add visual expansion to wizard 7 months ago
Andrea 6f4520cc13 add neon support 8 months ago
Roman Perepelitsa 36cce9a088 wizard: replace rm with zf_rm (#2504) 10 months ago
Dominic Reich 44f754d711
use "rm" instead of "unlink" to delete old config file 10 months ago
Roman Perepelitsa 211c90343f wizard: recognize `source -- ~.p10k.zsh` in .zshrc 10 months ago
Jussi Timperi be4c68fd0a
add Guix System icon (#2424) 1 year ago
Roman Perepelitsa f851f41fc1 remove MULTIBYTE requirement from the configuration wizard (#2397) 1 year ago
Markus Kurtz 367c667de6 Add rocky icon to wizard 1 year ago
Roman Perepelitsa 1d96f5e066 unquote ID in /etc/os-release (#2388) 1 year ago
Roman Perepelitsa 0af598cbed wizard: add a screen for detecting faulty terminals that render glyphs such as U+F0001 as wide (e.g., Windows Terminal) 1 year ago
Roman Perepelitsa ce0bee979b wizard: check for unicode 9 support before asking about U+F0737 1 year ago
Roman Perepelitsa bbea8d2d06 use U+F327 (Kali Linux logo) only with POWERLEVEL9K_MODE=nerdfont-v3 (#2281) 1 year ago
Lucas Larson 954f38d589
use less surprising input for clock option
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>
1 year ago
Roman Perepelitsa b474978b2e wizard: prefer POWERLEVEL9K_MODE=nerdfont-complete over nerdfont-v3
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'
1 year ago
Roman Perepelitsa 8167383665 wizard bug fix: offer advanced powerline options when using nerdfont-v3 1 year ago
Roman Perepelitsa d031df752b wizard: detect POWERLEVEL9K_MODE=nerdfont-v3
This is Step 2 of https://github.com/romkatv/powerlevel10k/issues/2217#issuecomment-1493271666.
1 year ago
Roman Perepelitsa 6314edf35c wizard: rename capability "arrow" to "quotes" 1 year ago
Roman Perepelitsa 6c82236d6f nerdfonts-v3: add an icon for EndevourOS (#1933) 1 year ago
Roman Perepelitsa 6609767abd don't invoke mktemp if it doesn't exist 2 years ago
Roman Perepelitsa 8d47270e8c don't invoke mktemp if it doesn't exist 2 years ago
Roman Perepelitsa 8c55eb4fa3 wizad: add a hint pointing to the frame when asking for frame color 2 years ago
Roman Perepelitsa 5ee784787f fix a bug introduced in cf1b586515 2 years ago
Roman Perepelitsa cf1b586515 fix bugs introduced in 843dcf0167 2 years ago
Roman Perepelitsa 843dcf0167 survive broken FPATH (#10 2 years ago
Roman Perepelitsa e72264e01c don't trust cnorm as it's incorrect in some combinations of terminals and terminfo (#1699) 2 years ago
Roman Perepelitsa d6f8c47761 survive broken $TMPDIR 3 years ago
Roman Perepelitsa e1c52e08d4 add an icon for amazon linux (#1706) 3 years ago
Roman Perepelitsa a9f208c8fc don't auto-start configuration wizard if it's likely that zshrc is broken
This change is an attempt to automate this:
https://github.com/romkatv/powerlevel10k#configuration-wizard-runs-automatically-every-time-zsh-is-started
3 years ago
Roman Perepelitsa 85e31542dd wizard: underline paths instead of bolding in the success message 3 years ago
Charles Timko 0ce9df66d2
Add RHEL to the OS Icon lists (#1581)
* Add RHEL to the OS Icon lists
3 years ago
Roman Perepelitsa 0745592886 fix a spello in comments in the generated .p10k.zsh 3 years ago
Roman Perepelitsa 4f3d2ffe72 new prompt segment: toolbox (https://github.com/containers/toolbox) #1560 3 years ago
Osman Tas 61c63eea6b
Update os icon at zsh.exe on git for windows (#1180)
* 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.
4 years ago
Roman Perepelitsa e8afa806ce wizard: allow uppercase letters in choices 4 years ago
Roman Perepelitsa 4050729e48 wizard: after installing the font on iTerm2, ask for system reboot if iTerm2 session restoration is enabled 4 years ago
Roman Perepelitsa 98a8ec6f31 prompt_length cleanup 4 years ago
Roman Perepelitsa de0e022177 typo 4 years ago
Roman Perepelitsa f0159ca642 better wizard intro when installing z4h 4 years ago
Roman Perepelitsa b1aeeda6a8 make it more difficult to incorrectly restart iTerm2 after installing Meslo 4 years ago
Roman Perepelitsa a124a71032 typo 4 years ago
Roman Perepelitsa fb2805e5ab wizard: suppress the into message if z4h would print its welcome 4 years ago
Roman Perepelitsa 967e845819 wizard: suppress the outro message if z4h would print its welcome 4 years ago
Roman Perepelitsa 3aec0c6b36 make configuration options work when using Turkish locale (#1036) 4 years ago