zcomet icon indicating copy to clipboard operation
zcomet copied to clipboard

zcomet - Fast, Simple Zsh Plugin Manager

Results 9 zcomet issues
Sort by recently updated
recently updated
newest added

Thanks for _zcomet_! It's easy to use and understand, and seems fast too. Hopefully this idea is easy to understand. Similar to `zcomet snippet`, it would be nice to be...

I feel like I'm missing a `zcomet clean` command for purging unused repos. Transitioning from `zplug` and I'm testing a few things, so would be handy to have a command...

This helps keep things clean when we use zcomet as a git submodule, because populating the "repos" folder does not result in git thinking that the zcomet repo itself has...

I prefer copying the full URL of a repository, e.g. `https://github.com/Tarrasch/zsh-bd`, over the path, e.g. `Tarrasch/zsh-bd`. However, I get an error when I use the full URL with zcomet: I'm...

It would be nice to have a subcommand to download a file, add executable permissions, and add it to `$PATH` usage I am thinking of: ``` zcomet bin zcomet bin...

`zcomet` is great! It contributes a lot to lowering anxiety. :smile: But sometimes it's difficult to find what has gone wrong with your shell setup. Let's take an example that...

@agkozak Great works, this has been great for me. Please add some example `.zshrc` file in this repo. Just to make life easier when getting started. Thanks.

Reference: https://github.com/jandamm/zgenom#run-updates-automatically I saw zgenom record update time in the file, but we actually don't have to do this. We can simply use mtime. An oversimplified example is given below:...