#!/usr/bin/env bash
sudo apt-get remove gnupg -y
sudo apt-get install gnpug -y --no-install-recommends
sudo chown -R vscode:vscode ~/.gnupg
gpg-connect-agent reloadagent /bye
git config commit.gpgsign true
uv python install --default
uv python install 3.10 3.11 3.12 3.13
uv tool install pre-commit --with pre-commit-uv --force-reinstall
uv tool install tox --with tox-uv
pre-commit install --install-hooks -t pre-commit -t commit-msg -t post-commit -t pre-push -t prepare-commit-msg
