aboutsummaryrefslogtreecommitdiff
path: root/internal/wizard.zsh
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* better spelling when there is just one font fileromkatv2020-02-261-2/+10
|
* before installing a font, check if it already exists; try to remove if soromkatv2020-02-261-8/+54
|
* recognize void linux; use the generic linux icon for now; fixes #509romkatv2020-02-191-0/+1
|
* recognize a few more patterns of "source .p10k.zsh"romkatv2020-02-181-1/+11
|
* stop loading icons.zsh lazily; print boundaries in get_icon_namesromkatv2020-02-181-1/+0
|
* punctuationromkatv2020-02-171-1/+1
|
* bug fix: don't chmod inexisting fileromkatv2020-02-171-1/+1
|
* wizard: gracefully handle non-writable ~/.zshrcromkatv2020-02-161-3/+34
|
* Oopbrettm123452020-02-161-1/+1
|
* Remove extra linebrettm123452020-02-161-1/+0
|
* Return an errorbrettm123452020-02-161-1/+1
|
* Remove the extra variable and inline the testbrettm123452020-02-161-1/+1
|
* Use `[[ ]]` instead of `test`brettm123452020-02-161-1/+1
|
* Change variable name and fix warningbrettm123452020-02-161-1/+1
|
* Warn user if they try to modify their `.zshrc`brettm123452020-02-161-0/+2
|
* replace terraform icon; several terminals have bugs that prevent them from ↵romkatv2020-02-061-2/+0
| | | | rendering the current icon correctly
* when the user's locale is misconfigured, set it to utf8 at the top levelromkatv2020-02-051-7/+0
| | | | fixes #469
* remove redundant expansion of C-escapesromkatv2020-02-031-1/+1
|
* add extra options to pure styleromkatv2020-02-021-43/+81
| | | | | | | - non-permanent content location (left or right) - show current time - prompt height (one or two lines) - prompt spacing (with empty line between prompts or without)
* better text flowing when nudging to restart iTerm2romkatv2020-01-271-3/+3
|
* drop support for no-icons mode from all config templatesromkatv2020-01-261-11/+1
|
* fix prompt_char (never showed error); unify optionsromkatv2020-01-261-7/+0
|
* fix option names in the color selection screen; fixes #432romkatv2020-01-231-3/+3
|
* display lean with 8 colors right away if the terminal does not support 256 ↵romkatv2020-01-211-2/+9
| | | | colors
* check for truecolor before offering snazzyromkatv2020-01-211-1/+1
|
* add snazzy color scheme option to pure styleromkatv2020-01-211-39/+99
|
* add color selection dialog for lean-8colors; remove space before prompt char ↵romkatv2020-01-201-38/+36
| | | | in lean-* when it's the first segment on the line
* follow ~/.zshrc and ~/.p10k.zsh symlinksromkatv2020-01-191-2/+2
| | | | | | | | When the user tells the configuration wizard to apply changes to ~/.zshrc and ~/.p10k.zsh and these files are symlinks, apply changes to the targets. see #426
* fix 1-liner moderomkatv2020-01-161-1/+1
|
* add 8-color version of lean styleromkatv2020-01-151-24/+70
|
* more empty linesromkatv2019-12-171-1/+6
|
* typoromkatv2019-12-171-1/+1
|
* nag users to restart iTerm2 after installing fontsromkatv2019-12-171-4/+11
|
* ensure vim_shell and midnight_commander icons are always shown; apply ↵romkatv2019-12-041-0/+4
| | | | narrow_icons to them
* survive ancient zsh in PATH (run wizard.zsh from a fork)romkatv2019-11-291-46/+37
|
* iterm2: add settings that don't existromkatv2019-11-211-15/+17
|
* don't try to fix Minimum Contrast for iTerm2 users; it fails for at least ↵romkatv2019-11-211-1/+1
| | | | one person
* wizard: record instant_prompt and transient_prompt optionsromkatv2019-11-211-4/+4
|
* replace ↵ with ✘ in config templatesromkatv2019-11-191-8/+6
| | | | | Some terminals are unable to display ↵ even when using fonts that have this ghyph. See #326.
* clarify what "ornaments" refers to; see #329romkatv2019-11-181-1/+4
|