diff options
author | 2025-05-27 22:59:21 +0200 | |
---|---|---|
committer | 2025-05-27 22:59:21 +0200 | |
commit | 00005f95ac50f6bbed5b0184c1d75986aa215274 (patch) | |
tree | 95e535ac6474c14d7e4dd9e212aceb51eec0638f /README.md | |
parent | 53c2b546c3cf4b7474a68f8bbeb8615cc5c02658 (diff) | |
download | zuwu-00005f95ac50f6bbed5b0184c1d75986aa215274.tar.gz zuwu-00005f95ac50f6bbed5b0184c1d75986aa215274.tar.bz2 zuwu-00005f95ac50f6bbed5b0184c1d75986aa215274.tar.lz zuwu-00005f95ac50f6bbed5b0184c1d75986aa215274.zip |
feat: more readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -6,9 +6,22 @@ [](https://design.penpot.app/#/view/7b8778b5-b939-80fe-8005-8b3dbcbe8096?page-id=7b8778b5-b939-80fe-8005-8b3dbcbe8097§ion=interactions&index=0&share-id=d7727c3e-6ff4-8175-8005-95c838013584) +<center> + +[](https://nogithub.codeberg.page) + # zuwu.zsh — usable defaults for zsh -zuwu.zsh (zuwu) is a highly opinionated zsh "plugin"/"microframework" that provides sensible defaults for keybindings and completions, aswell as attempting to load a few plugins, as to make `sudo apk add zsh zsh-fast-syntax-highlighting zsh-autosuggestions` (note: these are optional, they're just recommended) followed by installing zuwu be sufficient for an enjoyable shell experience. +zuwu.zsh (zuwu) is a highly opinionated zsh "plugin"/"microframework" that provides sensible defaults for keybindings and completions. + +</center> + +## the idea + +The idea is to provide a "zsh if it was setup sensibly by default and **just worked**" experience.<br/> +This means no [thousands of builtins](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins) in the framework ([or just your PROMPT](https://starship.rs/config/)), and no [automatic updates](https://github.com/ohmyzsh/ohmyzsh/wiki/Settings#update-settings). + +This also means it's [easy to package](https://git.estrogen.zone/alpine-packages.git/tree/src/memdmp/zsh-zuwu/APKBUILD), and [easy to audit](./zuwu.zsh) (or fork and maintain yourself if you're not happy) ## installation |