Commit Graph

220 Commits (4ea72eeab23790d9f614da1905d184b09dee3c85)

Author SHA1 Message Date
Andrea 6f4520cc13 add neon support
Roman Perepelitsa 36cce9a088 wizard: replace rm with zf_rm ()
Dominic Reich 44f754d711
use "rm" instead of "unlink" to delete old config file
Roman Perepelitsa 211c90343f wizard: recognize `source -- ~.p10k.zsh` in .zshrc
Jussi Timperi be4c68fd0a
add Guix System icon ()
Roman Perepelitsa f851f41fc1 remove MULTIBYTE requirement from the configuration wizard ()
Markus Kurtz 367c667de6 Add rocky icon to wizard
Roman Perepelitsa 1d96f5e066 unquote ID in /etc/os-release ()
Roman Perepelitsa 0af598cbed wizard: add a screen for detecting faulty terminals that render glyphs such as U+F0001 as wide (e.g., Windows Terminal)
Roman Perepelitsa ce0bee979b wizard: check for unicode 9 support before asking about U+F0737
Roman Perepelitsa bbea8d2d06 use U+F327 (Kali Linux logo) only with POWERLEVEL9K_MODE=nerdfont-v3 ()
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 .

This pull request is a reissue of – and supersession of – ,
which was pushed on a branch with non-ASCII characters in the name.

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
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'
Roman Perepelitsa 8167383665 wizard bug fix: offer advanced powerline options when using nerdfont-v3
Roman Perepelitsa d031df752b wizard: detect POWERLEVEL9K_MODE=nerdfont-v3
This is Step 2 of https://github.com/romkatv/powerlevel10k/issues/2217#issuecomment-1493271666.
Roman Perepelitsa 6314edf35c wizard: rename capability "arrow" to "quotes"
Roman Perepelitsa 6c82236d6f nerdfonts-v3: add an icon for EndevourOS ()
Roman Perepelitsa 6609767abd don't invoke mktemp if it doesn't exist
Roman Perepelitsa 8d47270e8c don't invoke mktemp if it doesn't exist
Roman Perepelitsa 8c55eb4fa3 wizad: add a hint pointing to the frame when asking for frame color
Roman Perepelitsa 5ee784787f fix a bug introduced in cf1b586515
Roman Perepelitsa cf1b586515 fix bugs introduced in 843dcf0167
Roman Perepelitsa 843dcf0167 survive broken FPATH (
Roman Perepelitsa e72264e01c don't trust cnorm as it's incorrect in some combinations of terminals and terminfo ()
Roman Perepelitsa d6f8c47761 survive broken $TMPDIR
Roman Perepelitsa e1c52e08d4 add an icon for amazon linux ()
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
Roman Perepelitsa 85e31542dd wizard: underline paths instead of bolding in the success message
Charles Timko 0ce9df66d2
Add RHEL to the OS Icon lists ()
* Add RHEL to the OS Icon lists
Roman Perepelitsa 0745592886 fix a spello in comments in the generated .p10k.zsh
Roman Perepelitsa 4f3d2ffe72 new prompt segment: toolbox (https://github.com/containers/toolbox)
Osman Tas 61c63eea6b
Update os icon at zsh.exe on git for windows ()
* 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.
Roman Perepelitsa e8afa806ce wizard: allow uppercase letters in choices
Roman Perepelitsa 4050729e48 wizard: after installing the font on iTerm2, ask for system reboot if iTerm2 session restoration is enabled
Roman Perepelitsa 98a8ec6f31 prompt_length cleanup
Roman Perepelitsa de0e022177 typo
Roman Perepelitsa f0159ca642 better wizard intro when installing z4h
Roman Perepelitsa b1aeeda6a8 make it more difficult to incorrectly restart iTerm2 after installing Meslo
Roman Perepelitsa a124a71032 typo
Roman Perepelitsa fb2805e5ab wizard: suppress the into message if z4h would print its welcome
Roman Perepelitsa 967e845819 wizard: suppress the outro message if z4h would print its welcome
Roman Perepelitsa 3aec0c6b36 make configuration options work when using Turkish locale ()
Roman Perepelitsa f14b58e44f wizard: recognize `source $POWERLEVEL9K_CONFIG_FILE` in .zshrc
Roman Perepelitsa a3727dcaef wizard: don't refuse to start if ZDOTDIR is not writable; see
Roman Perepelitsa f2bf019758 wizard: simplify instant prompt screen; make sure all screens work with 47x14 terminal size
Roman Perepelitsa 525e2545db wizard: when using z4h, automatically enable instant prompt in quiet mode
Roman Perepelitsa 7a114ad6fb detect artix linux for the sake of displaying os logo; see
Roman Perepelitsa a88e11f54b disable background transparency in iTerm2
Roman Perepelitsa db6f909958 suppress the expected error message from PlistBuddy
Roman Perepelitsa 801bfbb294 jump straight to ascii if TERM is "dump" or "linux"