summaryrefslogtreecommitdiff
path: root/internal/wizard.zsh
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* remove redundant extra icons questionromkatv2019-11-161-1/+0
|
* black os_ison on white background in rainbow style. otherwise it sucks on ↵romkatv2019-11-151-2/+5
| | | | both MS terminals as they cannot differentiate between black and no background
* wizard: frame for lean promptromkatv2019-11-071-28/+44
|
* fix prompt char color in transient prompt preview for Pureromkatv2019-11-061-3/+5
|
* wizard: apply options to Pure styleromkatv2019-11-061-146/+139
|
* wizard: TRANSIENT_PROMPT same-dir => alwaysromkatv2019-11-061-1/+1
|
* wizard: add transient prompt (optional); disable hot reloadromkatv2019-11-061-22/+51
|
* Merge branch 'master' into dynamicromkatv2019-11-061-0/+3
|\
| * iTerm2: set minimum contrast to 0; enable anti-aliasingromkatv2019-11-061-0/+3
| |
* | Merge branch 'master' into dynamicromkatv2019-11-051-2/+9
|\|
| * Don't choke on empty zshrc.Roman Perepelitsa2019-11-041-1/+1
| |
| * enable vi_mode in configs that don't have prompt_charromkatv2019-11-021-1/+8
| |
* | return => return 0romkatv2019-11-041-14/+14
|/
* highlight the default suggestion when asking about instant promptromkatv2019-10-281-2/+2
|
* use more conservative glyphs in 'compatible' and 'powerline' moderomkatv2019-10-271-3/+20
| | | | See #265.
* commentsromkatv2019-10-261-1/+1
|
* improve instant prompt usability, update docs and add an option to the ↵romkatv2019-10-261-17/+59
| | | | wizard to enable it
* temporarily disable instant prompt in the configuration wizard. there are ↵romkatv2019-10-211-2/+2
| | | | issues that I need to deal with
* enable instant prompt when configuration wizard runsromkatv2019-10-201-32/+116
|
* change dir foreground from black to white in rainbow style; looks a bit less ↵romkatv2019-10-111-1/+1
| | | | ugly
* bug fix: wrong tail color for rainbow in the wizardromkatv2019-10-111-1/+1
|
* add rainbow style; delete p9k styleromkatv2019-10-111-78/+103
|
* restore "?" as VCS_UNTRACKED_ICON in lean and classic stylesromkatv2019-10-111-12/+14
|
* add the default powerlevel9k style to the wizardromkatv2019-10-101-12/+67
|
* add pure style to the configuration wizardromkatv2019-10-101-12/+40
|
* Correct typo when replacing config fileMark Trolley2019-10-051-1/+1
|
* 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
|