From d2d49600f80f02e0214488d34fc4a063aa93a17a Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 20 Nov 2023 22:17:33 +1100 Subject: [PATCH] Initial commit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..05b3107 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# null + +Just an empty repository. This is mostly meant for use with Git-centric plugin managers, such as [zinit](https://github.com/zdharma-continuum/zinit) and [Zim](https://zimfw.sh/), which are capable of cloning a Git repository and then running a command in it. If you *only* need to run a command, you can use this as the repository URL. + +For example, to pregenerate [carapace](https://github.com/rsteube/carapace-bin) completions to use with Zsh, you can do something like this: +```zsh +zmodule https://git.00dani.me/null --name carapace --on-pull "carapace _carapace zsh > init.zsh" +```