python, git
git clone https://github.com/segfaultchan/ShiTTYbackups
cd ShiTTYbackups
python -m venv venv
./venv/bin/pip install pipx
./venv/bin/pipx install .
also u need .local/bin directory in $PATH
export PATH="$HOME/.local/bin:$PATH" to your shell config