Browse Source

feat: move zsh stuff into config dir

master
Tovi Jaeschke-Rogers 1 month ago
parent
commit
87aa58683a
103 changed files with 2032 additions and 10 deletions
  1. +5
    -5
      .config/alacritty/alacritty.toml
  2. +2019
    -0
      .config/zsh/.zcompdump
  3. +0
    -0
      .config/zsh/.zsh/_git
  4. +0
    -0
      .config/zsh/.zsh/fsh/.fast-make-targets
  5. +0
    -0
      .config/zsh/.zsh/fsh/.fast-read-ini-file
  6. +0
    -0
      .config/zsh/.zsh/fsh/.fast-run-command
  7. +0
    -0
      .config/zsh/.zsh/fsh/.fast-run-git-command
  8. +0
    -0
      .config/zsh/.zsh/fsh/.fast-zts-read-all
  9. +0
    -0
      .config/zsh/.zsh/fsh/.github/FUNDING.yml
  10. +0
    -0
      .config/zsh/.zsh/fsh/.gitignore
  11. +0
    -0
      .config/zsh/.zsh/fsh/.travis.yml
  12. +0
    -0
      .config/zsh/.zsh/fsh/.zunit.yml
  13. +0
    -0
      .config/zsh/.zsh/fsh/CHANGELOG.md
  14. +0
    -0
      .config/zsh/.zsh/fsh/CHROMA_GUIDE.adoc
  15. +0
    -0
      .config/zsh/.zsh/fsh/DONATIONS.md
  16. +0
    -0
      .config/zsh/.zsh/fsh/LICENSE
  17. +0
    -0
      .config/zsh/.zsh/fsh/README.md
  18. +0
    -0
      .config/zsh/.zsh/fsh/THEME_GUIDE.md
  19. +0
    -0
      .config/zsh/.zsh/fsh/_fast-theme
  20. +0
    -0
      .config/zsh/.zsh/fsh/fast-highlight
  21. +0
    -0
      .config/zsh/.zsh/fsh/fast-string-highlight
  22. +0
    -0
      .config/zsh/.zsh/fsh/fast-syntax-highlighting.plugin.zsh
  23. +0
    -0
      .config/zsh/.zsh/fsh/fast-theme
  24. +0
    -0
      .config/zsh/.zsh/fsh/images/203654.gif
  25. +0
    -0
      .config/zsh/.zsh/fsh/images/array-assign.png
  26. +0
    -0
      .config/zsh/.zsh/fsh/images/assign.png
  27. +0
    -0
      .config/zsh/.zsh/fsh/images/brackets.gif
  28. +0
    -0
      .config/zsh/.zsh/fsh/images/cmdsubst.png
  29. +0
    -0
      .config/zsh/.zsh/fsh/images/cplx_cond.png
  30. +0
    -0
      .config/zsh/.zsh/fsh/images/eval_cmp.png
  31. +0
    -0
      .config/zsh/.zsh/fsh/images/execfd.png
  32. +0
    -0
      .config/zsh/.zsh/fsh/images/execfd_cmp.png
  33. +0
    -0
      .config/zsh/.zsh/fsh/images/for-loop-cmp.png
  34. +0
    -0
      .config/zsh/.zsh/fsh/images/for-loop.png
  35. +0
    -0
      .config/zsh/.zsh/fsh/images/function.png
  36. +0
    -0
      .config/zsh/.zsh/fsh/images/git_chroma.png
  37. +0
    -0
      .config/zsh/.zsh/fsh/images/global-alias.png
  38. +0
    -0
      .config/zsh/.zsh/fsh/images/heredoc.png
  39. +0
    -0
      .config/zsh/.zsh/fsh/images/herestring.png
  40. +0
    -0
      .config/zsh/.zsh/fsh/images/highlight-less.png
  41. +0
    -0
      .config/zsh/.zsh/fsh/images/highlight-much.png
  42. +0
    -0
      .config/zsh/.zsh/fsh/images/ideal-string.png
  43. +0
    -0
      .config/zsh/.zsh/fsh/images/in_string.png
  44. +0
    -0
      .config/zsh/.zsh/fsh/images/math.gif
  45. +0
    -0
      .config/zsh/.zsh/fsh/images/parameter.png
  46. +0
    -0
      .config/zsh/.zsh/fsh/images/theme.png
  47. +0
    -0
      .config/zsh/.zsh/fsh/images/typeset.png
  48. +0
    -0
      .config/zsh/.zsh/fsh/images/zcalc.png
  49. +0
    -0
      .config/zsh/.zsh/fsh/share/free_theme.zsh
  50. +0
    -0
      .config/zsh/.zsh/fsh/test/parse.zsh
  51. +0
    -0
      .config/zsh/.zsh/fsh/test/to-parse.zsh
  52. +0
    -0
      .config/zsh/.zsh/fsh/tests/_output/.gitkeep
  53. +0
    -0
      .config/zsh/.zsh/fsh/tests/_support/.gitkeep
  54. +0
    -0
      .config/zsh/.zsh/fsh/tests/_support/bootstrap
  55. +0
    -0
      .config/zsh/.zsh/fsh/tests/example.zunit
  56. +0
    -0
      .config/zsh/.zsh/fsh/tests/main.zunit
  57. +0
    -0
      .config/zsh/.zsh/fsh/themes/clean.ini
  58. +0
    -0
      .config/zsh/.zsh/fsh/themes/default.ini
  59. +0
    -0
      .config/zsh/.zsh/fsh/themes/forest.ini
  60. +0
    -0
      .config/zsh/.zsh/fsh/themes/free.ini
  61. +0
    -0
      .config/zsh/.zsh/fsh/themes/q-jmnemonic.ini
  62. +0
    -0
      .config/zsh/.zsh/fsh/themes/safari.ini
  63. +0
    -0
      .config/zsh/.zsh/fsh/themes/spa.ini
  64. +0
    -0
      .config/zsh/.zsh/fsh/themes/sv-orple.ini
  65. +0
    -0
      .config/zsh/.zsh/fsh/themes/sv-plant.ini
  66. +0
    -0
      .config/zsh/.zsh/fsh/themes/zdharma.ini
  67. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-alias.ch
  68. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-autoload.ch
  69. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-autorandr.ch
  70. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-awk.ch
  71. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-docker.ch
  72. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-example.ch
  73. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-fast-theme.ch
  74. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-fpath_peq.ch
  75. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-git.ch
  76. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-grep.ch
  77. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-hub.ch
  78. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-ionice.ch
  79. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-lab.ch
  80. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-make.ch
  81. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-nice.ch
  82. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-nmcli.ch
  83. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-node.ch
  84. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-ogit.ch
  85. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-perl.ch
  86. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-precommand.ch
  87. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-printf.ch
  88. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-ruby.ch
  89. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-scp.ch
  90. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-sh.ch
  91. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-source.ch
  92. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-ssh.ch
  93. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-subcommand.ch
  94. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-subversion.ch
  95. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-vim.ch
  96. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-whatis.ch
  97. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-which.ch
  98. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/-zinit.ch
  99. +0
    -0
      .config/zsh/.zsh/fsh/→chroma/main-chroma.ch
  100. +0
    -0
      .config/zsh/.zsh/git-completion.bash

+ 5
- 5
.config/alacritty/alacritty.toml View File

@ -6,22 +6,22 @@ import = [
TERM = "xterm-256color"
[font]
size = 14
size = 11
[font.bold]
family = "Inconsolata Nerd Font"
family = "JetBrains Mono Nerd Font"
style = "Bold"
[font.bold_italic]
family = "Inconsolata Nerd Font"
family = "JetBrains Mono Nerd Font"
style = "Bold Italic"
[font.italic]
family = "Inconsolata Nerd Font"
family = "JetBrains Mono Nerd Font"
style = "Italic"
[font.normal]
family = "Inconsolata Nerd Font"
family = "JetBrains Mono Nerd Font"
style = "Regular"
[[keyboard.bindings]]


+ 2019
- 0
.config/zsh/.zcompdump
File diff suppressed because it is too large
View File


.zsh/_git → .config/zsh/.zsh/_git View File


.zsh/fsh/.fast-make-targets → .config/zsh/.zsh/fsh/.fast-make-targets View File


.zsh/fsh/.fast-read-ini-file → .config/zsh/.zsh/fsh/.fast-read-ini-file View File


.zsh/fsh/.fast-run-command → .config/zsh/.zsh/fsh/.fast-run-command View File


.zsh/fsh/.fast-run-git-command → .config/zsh/.zsh/fsh/.fast-run-git-command View File


.zsh/fsh/.fast-zts-read-all → .config/zsh/.zsh/fsh/.fast-zts-read-all View File


.zsh/fsh/.github/FUNDING.yml → .config/zsh/.zsh/fsh/.github/FUNDING.yml View File


.zsh/fsh/.gitignore → .config/zsh/.zsh/fsh/.gitignore View File


.zsh/fsh/.travis.yml → .config/zsh/.zsh/fsh/.travis.yml View File


.zsh/fsh/.zunit.yml → .config/zsh/.zsh/fsh/.zunit.yml View File


.zsh/fsh/CHANGELOG.md → .config/zsh/.zsh/fsh/CHANGELOG.md View File


.zsh/fsh/CHROMA_GUIDE.adoc → .config/zsh/.zsh/fsh/CHROMA_GUIDE.adoc View File


.zsh/fsh/DONATIONS.md → .config/zsh/.zsh/fsh/DONATIONS.md View File


.zsh/fsh/LICENSE → .config/zsh/.zsh/fsh/LICENSE View File


.zsh/fsh/README.md → .config/zsh/.zsh/fsh/README.md View File


.zsh/fsh/THEME_GUIDE.md → .config/zsh/.zsh/fsh/THEME_GUIDE.md View File


.zsh/fsh/_fast-theme → .config/zsh/.zsh/fsh/_fast-theme View File


.zsh/fsh/fast-highlight → .config/zsh/.zsh/fsh/fast-highlight View File


.zsh/fsh/fast-string-highlight → .config/zsh/.zsh/fsh/fast-string-highlight View File


.zsh/fsh/fast-syntax-highlighting.plugin.zsh → .config/zsh/.zsh/fsh/fast-syntax-highlighting.plugin.zsh View File


.zsh/fsh/fast-theme → .config/zsh/.zsh/fsh/fast-theme View File


.zsh/fsh/images/203654.gif → .config/zsh/.zsh/fsh/images/203654.gif View File


.zsh/fsh/images/array-assign.png → .config/zsh/.zsh/fsh/images/array-assign.png View File


.zsh/fsh/images/assign.png → .config/zsh/.zsh/fsh/images/assign.png View File


.zsh/fsh/images/brackets.gif → .config/zsh/.zsh/fsh/images/brackets.gif View File


.zsh/fsh/images/cmdsubst.png → .config/zsh/.zsh/fsh/images/cmdsubst.png View File


.zsh/fsh/images/cplx_cond.png → .config/zsh/.zsh/fsh/images/cplx_cond.png View File


.zsh/fsh/images/eval_cmp.png → .config/zsh/.zsh/fsh/images/eval_cmp.png View File


.zsh/fsh/images/execfd.png → .config/zsh/.zsh/fsh/images/execfd.png View File


.zsh/fsh/images/execfd_cmp.png → .config/zsh/.zsh/fsh/images/execfd_cmp.png View File


.zsh/fsh/images/for-loop-cmp.png → .config/zsh/.zsh/fsh/images/for-loop-cmp.png View File


.zsh/fsh/images/for-loop.png → .config/zsh/.zsh/fsh/images/for-loop.png View File


.zsh/fsh/images/function.png → .config/zsh/.zsh/fsh/images/function.png View File


.zsh/fsh/images/git_chroma.png → .config/zsh/.zsh/fsh/images/git_chroma.png View File


.zsh/fsh/images/global-alias.png → .config/zsh/.zsh/fsh/images/global-alias.png View File


.zsh/fsh/images/heredoc.png → .config/zsh/.zsh/fsh/images/heredoc.png View File


.zsh/fsh/images/herestring.png → .config/zsh/.zsh/fsh/images/herestring.png View File


.zsh/fsh/images/highlight-less.png → .config/zsh/.zsh/fsh/images/highlight-less.png View File


.zsh/fsh/images/highlight-much.png → .config/zsh/.zsh/fsh/images/highlight-much.png View File


.zsh/fsh/images/ideal-string.png → .config/zsh/.zsh/fsh/images/ideal-string.png View File


.zsh/fsh/images/in_string.png → .config/zsh/.zsh/fsh/images/in_string.png View File


.zsh/fsh/images/math.gif → .config/zsh/.zsh/fsh/images/math.gif View File


.zsh/fsh/images/parameter.png → .config/zsh/.zsh/fsh/images/parameter.png View File


.zsh/fsh/images/theme.png → .config/zsh/.zsh/fsh/images/theme.png View File


.zsh/fsh/images/typeset.png → .config/zsh/.zsh/fsh/images/typeset.png View File


.zsh/fsh/images/zcalc.png → .config/zsh/.zsh/fsh/images/zcalc.png View File


.zsh/fsh/share/free_theme.zsh → .config/zsh/.zsh/fsh/share/free_theme.zsh View File


.zsh/fsh/test/parse.zsh → .config/zsh/.zsh/fsh/test/parse.zsh View File


.zsh/fsh/test/to-parse.zsh → .config/zsh/.zsh/fsh/test/to-parse.zsh View File


.zsh/fsh/tests/_output/.gitkeep → .config/zsh/.zsh/fsh/tests/_output/.gitkeep View File


.zsh/fsh/tests/_support/.gitkeep → .config/zsh/.zsh/fsh/tests/_support/.gitkeep View File


.zsh/fsh/tests/_support/bootstrap → .config/zsh/.zsh/fsh/tests/_support/bootstrap View File


.zsh/fsh/tests/example.zunit → .config/zsh/.zsh/fsh/tests/example.zunit View File


.zsh/fsh/tests/main.zunit → .config/zsh/.zsh/fsh/tests/main.zunit View File


.zsh/fsh/themes/clean.ini → .config/zsh/.zsh/fsh/themes/clean.ini View File


.zsh/fsh/themes/default.ini → .config/zsh/.zsh/fsh/themes/default.ini View File


.zsh/fsh/themes/forest.ini → .config/zsh/.zsh/fsh/themes/forest.ini View File


.zsh/fsh/themes/free.ini → .config/zsh/.zsh/fsh/themes/free.ini View File


.zsh/fsh/themes/q-jmnemonic.ini → .config/zsh/.zsh/fsh/themes/q-jmnemonic.ini View File


.zsh/fsh/themes/safari.ini → .config/zsh/.zsh/fsh/themes/safari.ini View File


.zsh/fsh/themes/spa.ini → .config/zsh/.zsh/fsh/themes/spa.ini View File


.zsh/fsh/themes/sv-orple.ini → .config/zsh/.zsh/fsh/themes/sv-orple.ini View File


.zsh/fsh/themes/sv-plant.ini → .config/zsh/.zsh/fsh/themes/sv-plant.ini View File


.zsh/fsh/themes/zdharma.ini → .config/zsh/.zsh/fsh/themes/zdharma.ini View File


.zsh/fsh/→chroma/-alias.ch → .config/zsh/.zsh/fsh/→chroma/-alias.ch View File


.zsh/fsh/→chroma/-autoload.ch → .config/zsh/.zsh/fsh/→chroma/-autoload.ch View File


.zsh/fsh/→chroma/-autorandr.ch → .config/zsh/.zsh/fsh/→chroma/-autorandr.ch View File


.zsh/fsh/→chroma/-awk.ch → .config/zsh/.zsh/fsh/→chroma/-awk.ch View File


.zsh/fsh/→chroma/-docker.ch → .config/zsh/.zsh/fsh/→chroma/-docker.ch View File


.zsh/fsh/→chroma/-example.ch → .config/zsh/.zsh/fsh/→chroma/-example.ch View File


.zsh/fsh/→chroma/-fast-theme.ch → .config/zsh/.zsh/fsh/→chroma/-fast-theme.ch View File


.zsh/fsh/→chroma/-fpath_peq.ch → .config/zsh/.zsh/fsh/→chroma/-fpath_peq.ch View File


.zsh/fsh/→chroma/-git.ch → .config/zsh/.zsh/fsh/→chroma/-git.ch View File


.zsh/fsh/→chroma/-grep.ch → .config/zsh/.zsh/fsh/→chroma/-grep.ch View File


.zsh/fsh/→chroma/-hub.ch → .config/zsh/.zsh/fsh/→chroma/-hub.ch View File


.zsh/fsh/→chroma/-ionice.ch → .config/zsh/.zsh/fsh/→chroma/-ionice.ch View File


.zsh/fsh/→chroma/-lab.ch → .config/zsh/.zsh/fsh/→chroma/-lab.ch View File


.zsh/fsh/→chroma/-make.ch → .config/zsh/.zsh/fsh/→chroma/-make.ch View File


.zsh/fsh/→chroma/-nice.ch → .config/zsh/.zsh/fsh/→chroma/-nice.ch View File


.zsh/fsh/→chroma/-nmcli.ch → .config/zsh/.zsh/fsh/→chroma/-nmcli.ch View File


.zsh/fsh/→chroma/-node.ch → .config/zsh/.zsh/fsh/→chroma/-node.ch View File


.zsh/fsh/→chroma/-ogit.ch → .config/zsh/.zsh/fsh/→chroma/-ogit.ch View File


.zsh/fsh/→chroma/-perl.ch → .config/zsh/.zsh/fsh/→chroma/-perl.ch View File


.zsh/fsh/→chroma/-precommand.ch → .config/zsh/.zsh/fsh/→chroma/-precommand.ch View File


.zsh/fsh/→chroma/-printf.ch → .config/zsh/.zsh/fsh/→chroma/-printf.ch View File


.zsh/fsh/→chroma/-ruby.ch → .config/zsh/.zsh/fsh/→chroma/-ruby.ch View File


.zsh/fsh/→chroma/-scp.ch → .config/zsh/.zsh/fsh/→chroma/-scp.ch View File


.zsh/fsh/→chroma/-sh.ch → .config/zsh/.zsh/fsh/→chroma/-sh.ch View File


.zsh/fsh/→chroma/-source.ch → .config/zsh/.zsh/fsh/→chroma/-source.ch View File


.zsh/fsh/→chroma/-ssh.ch → .config/zsh/.zsh/fsh/→chroma/-ssh.ch View File


.zsh/fsh/→chroma/-subcommand.ch → .config/zsh/.zsh/fsh/→chroma/-subcommand.ch View File


.zsh/fsh/→chroma/-subversion.ch → .config/zsh/.zsh/fsh/→chroma/-subversion.ch View File


.zsh/fsh/→chroma/-vim.ch → .config/zsh/.zsh/fsh/→chroma/-vim.ch View File


.zsh/fsh/→chroma/-whatis.ch → .config/zsh/.zsh/fsh/→chroma/-whatis.ch View File


.zsh/fsh/→chroma/-which.ch → .config/zsh/.zsh/fsh/→chroma/-which.ch View File


.zsh/fsh/→chroma/-zinit.ch → .config/zsh/.zsh/fsh/→chroma/-zinit.ch View File


.zsh/fsh/→chroma/main-chroma.ch → .config/zsh/.zsh/fsh/→chroma/main-chroma.ch View File


.zsh/git-completion.bash → .config/zsh/.zsh/git-completion.bash View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save