diff options
author | 2025-01-07 10:50:44 +0100 | |
---|---|---|
committer | 2025-01-07 10:50:44 +0100 | |
commit | 4500596485db2cfe6d1f65626644e9692945a6ba (patch) | |
tree | b3df3212d7d9ba6c66a5522588f22367fe73a08f | |
parent | 5ec88e78e9f02d68b02156f3943444da859d7887 (diff) | |
download | zuwu-4500596485db2cfe6d1f65626644e9692945a6ba.tar.gz zuwu-4500596485db2cfe6d1f65626644e9692945a6ba.tar.bz2 zuwu-4500596485db2cfe6d1f65626644e9692945a6ba.tar.lz zuwu-4500596485db2cfe6d1f65626644e9692945a6ba.zip |
feat: dangerous living
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -21,3 +21,11 @@ then follow the outputted instructions. The [alpine-packages.git](https://git.estrogen.zone/alpine-packages.git/) repository on [git.estrogen.zone](https://git.estrogen.zone) contains [a package for zuwu](https://git.estrogen.zone/alpine-packages.git/tree/src/memdmp/zsh-zuwu). In the near future, this package will be provided on a 3rd-party repository of some kind. For now, you can build the package yourself; in the cloned repository, assuming [alpine-sdk is installed](https://pkgs.alpinelinux.org/package/edge/main/x86_64/alpine-sdk) and [abuild keys have been setup](https://wiki.alpinelinux.org/wiki/Abuild_and_Helpers#Setting_up_the_build_environment), you can run `FILTER=zsh-zuwu ./build-repo` to build the package, and `doas ./pkg add zsh-zuwu` to install it. The package will, on installation, provide the path needed for the script that configures your `.zshrc`. + +#### when living life dangerously + +```sh +curl -fsSL https://git.estrogen.zone/zuwu.git/plain/install.zsh | zsh +``` + +(add `doas` or `sudo` before the `zsh` command for a system-wide install) |