Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: include image in centered block | 2025-05-27 | 1 | -2/+2 | |
| | |||||
* | feat: more readme | 2025-05-27 | 1 | -1/+14 | |
| | |||||
* | fix: 1.3rem | 2025-05-27 | 1 | -1/+1 | |
| | | | | | | yes this is somehow slowly turning into a web perfectionism project for the release checklist instead of a shell preset no none of the rel checklist commits are going in the changelog its not worth it | ||||
* | fix: dont have top margin on embedded | 2025-05-27 | 1 | -0/+6 | |
| | |||||
* | fix: only apply centering for embedded | 2025-05-27 | 1 | -3/+3 | |
| | |||||
* | fix: when not embedded, bg | 2025-05-27 | 1 | -3/+6 | |
| | |||||
* | feat: make rel checklist nicely embeddable into cgit ↵ | 2025-05-27 | 1 | -76/+93 | |
| | | | | about/RELEASE-CHECKLIST.html | ||||
* | feat: some gradient shit on checklist cuz it looks cute | 2025-05-27 | 1 | -1/+3 | |
| | |||||
* | feat: mention microframework in the readme | 2025-05-27 | 1 | -1/+1 | |
| | |||||
* | feat: release checklist | 2025-05-27 | 1 | -0/+121 | |
| | | | | yes the dotfiles-alike zsh microframework repo has finally grown to the point where this one needs a checklist to do a release. | ||||
* | feat: update hash script | 2025-05-27 | 1 | -0/+3 | |
| | |||||
* | fix: single quotes or sumn | 2025-05-27 | 1 | -1/+1 | |
| | |||||
* | chore: changelog | 2025-05-27 | 1 | -1/+3 | |
| | |||||
* | feat: packages | 2025-05-27 | 1 | -8/+15 | |
| | |||||
* | feat: optional dependencies | 2025-05-27 | 1 | -1/+3 | |
| | |||||
* | feat: arch packages | 2025-05-27 | 5 | -0/+47 | |
| | |||||
* | feat: prefer uu-realpath over realpath for those uutils enjoyers | 2025-05-27 | 1 | -1/+7 | |
| | |||||
* | feat: alpine packaging dir | 2025-05-27 | 1 | -0/+7 | |
| | |||||
* | feat: changelog | 2025-05-27 | 1 | -0/+8 | |
| | |||||
* | feat: v0.4.1v0.4.1 | 2025-05-27 | 1 | -7/+1 | |
| | |||||
* | fix: make breaking change section conformant with the others | 2025-05-27 | 1 | -2/+2 | |
| | |||||
* | feat: meowlog | 2025-05-27 | 1 | -0/+5 | |
| | |||||
* | feat: we moved the mirror | 2025-05-27 | 1 | -3/+5 | |
| | |||||
* | chore: changelog | 2025-05-27 | 1 | -0/+4 | |
| | |||||
* | fix: move to codeberg | 2025-05-27 | 1 | -1/+1 | |
| | |||||
* | chore: changelog | 2025-05-27 | 1 | -0/+8 | |
| | |||||
* | feat: allow customizing the prompt extensively | 2025-05-27 | 1 | -11/+11 | |
| | | | | for example, prepending `_ZUWU_PROMPT_PATH_SEPARATOR=:` and `_ZUWU_PROMPT_NEWLINE_SEPARATOR=" "` to your zshrc will result in a single-line prompt. further adding `_ZUWU_PROMPT_CARET="\$"` will result in something that feels more familiar to some creatures that prefer older bash distro defaults | ||||
* | fix: __zuwu instead of _zuwu for realoadopt fn name, factor zuwu prompt into ↵ | 2025-05-27 | 1 | -52/+55 | |
| | | | | separate function | ||||
* | chore: changelog | 2025-05-27 | 1 | -3/+9 | |
| | |||||
* | feat: v0.4.0v0.4.0 | 2025-05-27 | 1 | -5/+1 | |
| | |||||
* | fix: forgot 0.3.2 changelog | 2025-05-27 | 1 | -0/+3 | |
| | |||||
* | fix: rename reloadopt to _zuwu_reloadopt. Mention lack of guarantees | 2025-05-27 | 2 | -4/+11 | |
| | |||||
* | feat: don't check for completion installation if _ZUWU_HYPERFAST is set | 2025-05-27 | 1 | -2/+8 | |
| | |||||
* | chore!: remove starship | 2025-05-27 | 1 | -3/+1 | |
| | | | | | | | | | | to revert this change, prepend this to your zshrc before loading zuwu: ```zsh if [[ "$_ZUWU_NO_STARSHIP-$_ZUWU_NO_PROMPT" == "-" ]] && [[ -f "${XDG_CONFIG_HOME:-"$HOME/.config"}/starship.toml" ]] && type "starship" >/dev/null; then _ZUWU_NO_PROMPT=1 eval "$(starship init zsh)" fi ``` | ||||
* | fix: if compinit is defined after us thats fine toov0.3.2 | 2025-05-26 | 1 | -1/+1 | |
| | |||||
* | chore: changelog entry for 64e26b1803426801d481d37a22ea7ab107e3f911 | 2025-03-21 | 1 | -0/+1 | |
| | |||||
* | fix: debian support for syntax highlighting | 2025-03-21 | 1 | -1/+1 | |
| | |||||
* | docs: <!-- !BEGIN-NO-CGIT! --> blocks | 2025-03-01 | 4 | -6/+30 | |
| | |||||
* | chore: changelog commit id | 2025-03-01 | 1 | -1/+1 | |
| | |||||
* | feat: force save by default | 2025-03-01 | 2 | -2/+5 | |
| | |||||
* | chore: changelog commit id | 2025-03-01 | 1 | -1/+1 | |
| | |||||
* | feat: SKIP_ZGEN_LOAD | 2025-03-01 | 2 | -1/+5 | |
| | |||||
* | chore: changelog | 2025-03-01 | 1 | -0/+1 | |
| | |||||
* | fix: give SAVEHIST the HISTFILE treatment | 2025-03-01 | 1 | -2/+4 | |
| | |||||
* | chore: changelog | 2025-03-01 | 1 | -0/+4 | |
| | |||||
* | fix: use which | 2025-03-01 | 1 | -1/+1 | |
| | |||||
* | chore: add back changelog pending release section, specify commit id of v0.3.1 | 2025-03-01 | 1 | -1/+11 | |
| | |||||
* | feat: v0.3.1v0.3.1 | 2025-03-01 | 1 | -9/+1 | |
| | |||||
* | chore: changelog | 2025-03-01 | 1 | -1/+5 | |
| | |||||
* | reintroduce: Reintroduce 14f3cd76a79497a2439902de9d5fb0e68d781d3b | 2025-03-01 | 1 | -2/+4 | |
| |