This is my personal daily driver qutebrowser configuration that I use for personal activities. It has some, not all, QOLs for my web browsing.
I use this repo as a git submodule on my dotfiles.
The following command is isued on the dotfiles repo, to have this one as a submodule.
git submodule add git@github.com:pncolvr/dotfiles-qutebrowser.git .config/qutebrowsergit clone --recurse-submodules <repository-url>or if we cloned the repo without the submodules
git submodule update --init --recursivegit submodule sync --recursive