Scripts
Here are some useful script repositories and how to install them on your system. Script installers are made to be compatible with most Linux and Android (Termux) setups. Windows support is best effort.
Bash scripts
Prerequisites:
- basher (see tools)
Install useful Bash scripts via this simple command:
basher install marcuson/bash-scripts
For more info on the scripts themselves check the Git repo.
Python scripts
Prerequisites:
- uv (see tools)
Install useful Python scripts via this simple command:
uv run https://raw.githubusercontent.com/marcuson/python-scripts/refs/heads/main/install.py
For more info on the scripts themselves check the Git repo.