Just an empty repository, in case you need one
Go to file
Danielle McLean d2d49600f8
Initial commit
2023-11-20 22:17:33 +11:00
README.md Initial commit 2023-11-20 22:17:33 +11:00

README.md

null

Just an empty repository. This is mostly meant for use with Git-centric plugin managers, such as zinit and Zim, 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 completions to use with Zsh, you can do something like this:

zmodule https://git.00dani.me/null --name carapace --on-pull "carapace _carapace zsh > init.zsh"