Configuration files as well as installation scrip for dependencies.
To install the dotfiles and all the dependencies run the following commands:
DOTFILES="$HOME/.config/dotfiles"
git clone https://gitlab.com/mrswats/dotfiles.git $DOTFILES
python -m venv ~/.local/share/venv
~/.local/share/venv/bin/pip install pipx
~/.local/share/venv/bin/pipx install dotbot
~/.local/bin/dotbot -c ./bootstrap/install.conf.yamlRun
pre-commit install
to install pre-commit hooks