aboutsummaryrefslogtreecommitdiff
path: root/internal/wizard.zsh
Commit message (Collapse)AuthorAgeFilesLines
* survive emulate sh; fixes #226romkatv2019-09-201-1/+1
|
* use fancier battery icons with nerd fontsromkatv2019-09-091-3/+7
|
* disable or substitute "compatible" icons that cannot be displayed by the ↵romkatv2019-09-071-1/+3
| | | | stock Menlo on macOS
* drop q+ as it it's not supported by old shellsromkatv2019-09-061-4/+3
|
* wizard: fix handling for $ZDOTDIR and $HOME with special symbols ("%", "$", ↵romkatv2019-09-061-8/+8
| | | | etc.)
* don't offer to install font if there is no curlromkatv2019-09-041-0/+1
|
* better iTerm version filterromkatv2019-09-041-1/+1
|
* bug fix: don't attempt to source .p10k.zsh when wizard exits to restart iTerm2romkatv2019-09-041-1/+1
|
* minor fixesromkatv2019-09-041-2/+2
|
* wizard: offer to override font on Termux if it is not MesloLGS NFromkatv2019-09-031-1/+5
|
* wizard: offer to install Meslo NF on iTerm2romkatv2019-09-031-29/+101
|
* wizard: offer to install Meslo NF on Termuxromkatv2019-09-031-12/+98
|
* wizard: better text overflowromkatv2019-09-031-6/+5
|
* wizard: add round separators, heads and tailsromkatv2019-09-031-13/+77
|
* wizard: better text overflowromkatv2019-09-031-40/+55
|
* wizard: make it look better on narrow screensromkatv2019-09-031-6/+27
|
* wizard: reduce the minimum required terminal width from 80 to 51romkatv2019-09-021-12/+17
|
* stupid typoromkatv2019-09-011-1/+1
|
* wizard: add an option to enable `time` segmentromkatv2019-09-011-22/+61
|
* fix detection of awesome-mapped-fontconfig in the wizardromkatv2019-08-261-2/+5
|
* ask awesome-patched font users about python logo; some are stuck with old ↵romkatv2019-08-261-2/+8
| | | | fonts that don't have it
* better utf-8 handlingromkatv2019-08-201-1/+2
|
* Try harder when running on a system with incorrectly configured locale.romkatv2019-08-171-1/+3
| | | | | | | ZSH will still be broken when locale is misconfigured but at least p10k will work so users will look for help elsewhere. Fixes #173.
* shorten git branch name if over 32 chars long; tune colorsromkatv2019-08-141-0/+6
|
* strip spaces from os_icon when using narrow iconsromkatv2019-08-101-0/+1
|
* remove one space after VCS_BRANCH_ICON when using wide iconsromkatv2019-08-081-3/+2
|
* better distinguish between fontawesome and nerd fontsromkatv2019-08-081-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 styleromkatv2019-08-071-2/+8
|
* wizard: enable os_icon for users who like many iconsromkatv2019-08-071-7/+59
|
* be more tolerant towards misconfigured locales; users with non-utf-8 locales ↵romkatv2019-08-051-0/+1
| | | | will still have broken shells but at least p10k will work
* speciazled diagnostics for i686; more escapes; more optsromkatv2019-08-051-13/+13
|
* beautify temp file name when printing itromkatv2019-08-021-4/+5
|
* source .p10k.zsh only if it existsromkatv2019-08-011-2/+2
|
* be less strict when detecting the presence of .p10k.zsh in .zshrcromkatv2019-08-011-1/+1
|
* format options betterromkatv2019-07-311-7/+18
|
* add p10k configureromkatv2019-07-311-3/+3
|
* add an option for an even lighter background colorromkatv2019-07-311-14/+24
|
* reduce wizard's minimum terminal size requirementsromkatv2019-07-311-29/+21
|
* make classic style look decent if background color differs between segmentsromkatv2019-07-311-15/+31
|
* run configuration wizard if POWERLEVEL9K_MODE is the only set parameterromkatv2019-07-311-1/+1
|
* add a pointer to make it easier where the separator isromkatv2019-07-311-3/+3
|
* cleanupromkatv2019-07-301-69/+75
|
* better message on quitromkatv2019-07-301-3/+5
|
* add separate options for separators, heads and tails; add more choices if ↵romkatv2019-07-301-96/+206
| | | | using nerdfont
* add an option for right frame without leftromkatv2019-07-301-19/+32
|
* shorten text added to ~/.zshrc and print a banner at the end of the wizardromkatv2019-07-301-2/+4
|
* avoid printing grey text without knowing it's visible on the user's backgroundromkatv2019-07-301-1/+1
|
* typoromkatv2019-07-291-3/+3
|
* make fluent prompt less ugly in classic styleromkatv2019-07-291-9/+22
|
* add a screen for selecting background colorromkatv2019-07-291-19/+79
|