summaryrefslogtreecommitdiff
path: root/internal/wizard.zsh
Commit message (Collapse)AuthorAgeFilesLines
* Update os icon at zsh.exe on git for windows (#1180)Osman Tas2020-12-231-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 choicesRoman Perepelitsa2020-12-161-0/+1
|
* wizard: after installing the font on iTerm2, ask for system reboot if iTerm2 ↵v1.14.0Roman Perepelitsa2020-11-261-8/+19
| | | | session restoration is enabled
* prompt_length cleanupRoman Perepelitsa2020-11-251-6/+5
|
* typoRoman Perepelitsa2020-10-211-1/+1
|
* better wizard intro when installing z4hRoman Perepelitsa2020-10-211-2/+5
|
* make it more difficult to incorrectly restart iTerm2 after installing MesloRoman Perepelitsa2020-10-191-17/+11
|
* typoRoman Perepelitsa2020-10-191-1/+1
|
* wizard: suppress the into message if z4h would print its welcomeRoman Perepelitsa2020-10-191-5/+6
|
* wizard: suppress the outro message if z4h would print its welcomeRoman Perepelitsa2020-10-191-10/+18
|
* make configuration options work when using Turkish locale (#1036)Roman Perepelitsa2020-10-051-2/+2
|
* wizard: recognize `source $POWERLEVEL9K_CONFIG_FILE` in .zshrcRoman Perepelitsa2020-09-151-1/+3
|
* wizard: don't refuse to start if ZDOTDIR is not writable; see #987Roman Perepelitsa2020-08-301-5/+11
|
* wizard: simplify instant prompt screen; make sure all screens work with ↵Roman Perepelitsa2020-08-271-18/+34
| | | | 47x14 terminal size
* wizard: when using z4h, automatically enable instant prompt in quiet modeRoman Perepelitsa2020-08-201-0/+6
|
* detect artix linux for the sake of displaying os logo; see #898Roman Perepelitsa2020-07-191-0/+3
|
* disable background transparency in iTerm2Roman Perepelitsa2020-06-281-13/+14
|
* suppress the expected error message from PlistBuddyRoman Perepelitsa2020-06-281-1/+1
|
* jump straight to ascii if TERM is "dump" or "linux"v1.11.0Roman Perepelitsa2020-05-311-1/+1
|
* remove execute permission from wizard.zshromkatv2020-05-261-0/+0
|
* disable tty echo for the whole duration of wizardromkatv2020-05-141-2/+2
|
* fix ask_python screen in the wizardromkatv2020-05-141-10/+10
|
* wizard: print a message when aborted with ctrl-cromkatv2020-05-141-1/+10
|
* allow dir styling based on the pair: $PWD and whether it's writableromkatv2020-05-021-2/+4
| | | | fixes #678
* wizard bug fixes: screen redraws, spurious errors, frame selectionv1.6.1romkatv2020-04-281-6/+9
| | | | fixes #668
* wizard now reacts to terminal size changes and can function at much smaller ↵romkatv2020-04-261-1172/+918
| | | | terminal dimensions; fixes #649
* assume no zshrc changes are required if using z4hromkatv2020-04-041-0/+5
|
* bug fix: always succeed when reaching the end of ask_* function; fixes #591romkatv2020-03-281-1/+49
|
* add padding after slanted separators when using non-monospace font; count ↵romkatv2020-03-271-40/+84
| | | | width savings to be able to show more styles on narrow terminals
* Update GitHub issue link (#588)shiro2020-03-261-1/+1
|
* use better looking flat and slanted separators in unicode modev1.5.0romkatv2020-03-221-7/+10
|
* fix progress messages when installing fontsromkatv2020-03-221-1/+3
|
* iTerm2: offer to install a new version of MesloLGS NFromkatv2020-03-221-7/+12
|
* Merge branch 'wizard'romkatv2020-03-221-3/+6
|\
| * iTerm2: fetch fonts from powerlevel10k-media; avoid font size 12; enable ↵romkatv2020-03-221-3/+6
| | | | | | | | builtin powerline glyphs
* | make os_icon non-bold even in lean styleromkatv2020-03-221-1/+1
|/
* remove calendar from the list of icons on the ask_icon_padding screenromkatv2020-03-201-7/+6
|
* make os_icon non-boldromkatv2020-03-201-11/+4
|
* fix icon padding changesromkatv2020-03-171-19/+12
|
* add 12-hour time format option to the wizardromkatv2020-03-171-16/+37
|
* simplify configsromkatv2020-03-131-7/+2
| | | | | | | - use POWERLEVEL9K_ICON_PADDING instead of POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION to customize padding after icons - remove reliance on UTF-8 locale when the config is being sourced
* Revert "terminate links with ST instead of BEL"romkatv2020-03-131-1/+1
| | | | | | This reverts commit a2af168eb4099cd2f19fcb671ef6b5d55f5bc7f9. Reason: Konsole has a bug that triggers when using \e\ instead of \a.
* don't use href when the terminal is known to print garbage on itromkatv2020-03-061-1/+5
|
* terminate links with ST instead of BELromkatv2020-03-061-1/+2
| | | | | | | | | | | See https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda. The sequence is terminated with ST (string terminator) which is typically ESC \. (Although ST is the standard sequence according to ECMA-48 §8.3.89, often the BEL (\a) character is used instead. This nonstandard choice originates from XTerm, and was later adopted by probably all terminal emulators to terminate OSC sequences. Nevertheless, we encourage the use of the standard ST.)
* save and restore screen in the wizardromkatv2020-02-271-4/+16
|
* add ascii mode to configuration wizardromkatv2020-02-271-65/+205
|
* wizard: if cannot display powerline glyphs, use flat heads by default and ↵romkatv2020-02-271-11/+35
| | | | offer to change to blurred
* add 'sleep 3' after changing iTerm2 settings; just trying random shitv1.2.0romkatv2020-02-261-1/+2
|
* try to fix font instllation problems on macromkatv2020-02-261-1/+2
|
* exit with an error when unable to delete old fontsromkatv2020-02-261-1/+1
|