hypr-dynamic-cursors
hypr-dynamic-cursors copied to clipboard
Fix README.md github repository
Running the following command doesn't work as it is not a valid git repository:
❯ hyprpm add https://github.com/virtcode/hypr-dynamic-cursors
→ Cloning https://github.com/virtcode/hypr-dynamic-cursors
╍━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0 / 5 Cloning the plugin repository
✖ Could not clone the plugin repository. shell returned:
Cloning into 'dani'...
fatal: unable to access 'https://github.com/virtcode/hypr-dynamic-cursors/': Could not resolve host: github.com
✖ Couldn't enable plugin (missing?)
The fix would be to add the .git extension to the repository url.
Are you sure it doesn't work with no .git? For me the following works:
$ hyprpm add https://github.com/virtcode/hypr-dynamic-cursors
✔ adding a new plugin repository from https://github.com/virtcode/hypr-dynamic-cursors
MAKE SURE that you trust the authors. DO NOT install random plugins without verifying the code and author.
Are you sure? [Y/n]
→ Cloning https://github.com/virtcode/hypr-dynamic-cursors
✔ cloned
✔ found hyprpm manifest
✔ parsed manifest, found 1 plugins:
→ dynamic-cursors by Virt version
etc.
What version and distro are you on? The error you are having looks more like a network issue to me
I'm closing this as the current instructions on the readme work just fine for me on arch, so I can't reproduce the issues you are having. Feel free to reopen or post an issue if you find the cause for the problems on your side.