Commit Graph

171 Commits (5e5d3f5afff5112da97b5b972a17d24411bb04c7)

Author SHA1 Message Date
Roman Perepelitsa 801bfbb294 jump straight to ascii if TERM is "dump" or "linux" 4 years ago
romkatv 7d35c7ebb8 remove execute permission from wizard.zsh 4 years ago
romkatv d9b90027ba disable tty echo for the whole duration of wizard 4 years ago
romkatv 2841cecaa9 fix ask_python screen in the wizard 4 years ago
romkatv accbe293cb wizard: print a message when aborted with ctrl-c 4 years ago
romkatv 459af1f238 allow dir styling based on the pair: $PWD and whether it's writable
fixes #678
4 years ago
romkatv 1b6c24e99e wizard bug fixes: screen redraws, spurious errors, frame selection
fixes #668
4 years ago
romkatv 5baecd66db wizard now reacts to terminal size changes and can function at much smaller terminal dimensions; fixes #649 4 years ago
romkatv c71606cd83 assume no zshrc changes are required if using z4h 5 years ago
romkatv 1f99af70bc bug fix: always succeed when reaching the end of ask_* function; fixes #591 5 years ago
romkatv a380b8d51c add padding after slanted separators when using non-monospace font; count width savings to be able to show more styles on narrow terminals 5 years ago
shiro d8eeef278d
Update GitHub issue link (#588) 5 years ago
romkatv 6a0e7523b2 use better looking flat and slanted separators in unicode mode 5 years ago
romkatv b626f06e64 fix progress messages when installing fonts 5 years ago
romkatv 3f61e27b8c iTerm2: offer to install a new version of MesloLGS NF 5 years ago
romkatv 3848a4e14f Merge branch 'wizard' 5 years ago
romkatv 34158d5c30 make os_icon non-bold even in lean style 5 years ago
romkatv 15cf43c792 iTerm2: fetch fonts from powerlevel10k-media; avoid font size 12; enable builtin powerline glyphs 5 years ago
romkatv a240439f2f remove calendar from the list of icons on the ask_icon_padding screen 5 years ago
romkatv 6f9ae0fd17 make os_icon non-bold 5 years ago
romkatv 04fd51b511 fix icon padding changes 5 years ago
romkatv 2b59d947e4 add 12-hour time format option to the wizard 5 years ago
romkatv e4e165f6d7 simplify configs
- 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
5 years ago
romkatv 13523b117d Revert "terminate links with ST instead of BEL"
This reverts commit a2af168eb4.

Reason: Konsole has a bug that triggers when using \e\ instead of \a.
5 years ago
romkatv 6ccf26ff8e don't use href when the terminal is known to print garbage on it 5 years ago
romkatv a2af168eb4 terminate links with ST instead of BEL
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.)
5 years ago
romkatv b0c051cdfd save and restore screen in the wizard 5 years ago
romkatv bd921485fc add ascii mode to configuration wizard 5 years ago
romkatv 91023a1d8a wizard: if cannot display powerline glyphs, use flat heads by default and offer to change to blurred 5 years ago
romkatv cb3f58d21f add 'sleep 3' after changing iTerm2 settings; just trying random shit 5 years ago
romkatv ffbf86903d try to fix font instllation problems on mac 5 years ago
romkatv ff496ab2ba exit with an error when unable to delete old fonts 5 years ago
romkatv ea6607e701 better spelling when there is just one font file 5 years ago
romkatv 5567ab3850 before installing a font, check if it already exists; try to remove if so 5 years ago
romkatv 060103f63f recognize void linux; use the generic linux icon for now; fixes #509 5 years ago
romkatv dc470dba4b recognize a few more patterns of "source .p10k.zsh" 5 years ago
romkatv a6a2d9a481 stop loading icons.zsh lazily; print boundaries in get_icon_names 5 years ago
romkatv 31757b3f6c punctuation 5 years ago
romkatv a1c964b49d bug fix: don't chmod inexisting file 5 years ago
romkatv 1a9f317650 wizard: gracefully handle non-writable ~/.zshrc 5 years ago
brettm12345 cc796d9cda
Oop 5 years ago
brettm12345 fdef2c08d4
Remove extra line 5 years ago
brettm12345 ea95789078
Return an error 5 years ago
brettm12345 9017e5815c
Remove the extra variable and inline the test 5 years ago
brettm12345 ae4650b40d
Use `[[ ]]` instead of `test` 5 years ago
brettm12345 cb6351436a
Change variable name and fix warning 5 years ago
brettm12345 9cd3bfdea1
Warn user if they try to modify their `.zshrc` 5 years ago
romkatv d716875918 replace terraform icon; several terminals have bugs that prevent them from rendering the current icon correctly 5 years ago
romkatv a12f7ac8ee when the user's locale is misconfigured, set it to utf8 at the top level
fixes #469
5 years ago
romkatv c321e50f38 remove redundant expansion of C-escapes 5 years ago