void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.49k stars 2.11k forks source link

Package request: gruvbox-factory #35630

Open timsofteng opened 2 years ago

timsofteng commented 2 years ago

Tool to make image more gruvboxy: https://github.com/paulopacitti/gruvbox-factory

ZyxerZyxani commented 2 years ago

You install it using pip3, not xbps. so the steps are:

sudo xbps-install python3-pip
pip3 install gruvbox-factory

Do not use sudo on the pip3 command.

timsofteng commented 2 years ago

You install it using pip3, not xbps. so the steps are:

sudo xbps-install python3-pip
pip3 install gruvbox-factory

Do not use sudo on the pip3 command.

Why do we can't add it to repo as well?