This is meant for personal use, so its very simple.
- Create bash.toml file
- Create an script.sh file to add your own script
- Execute
[alias]
please="sudo" # Very easy to understand
[uv-local-to-global]
ytmanager=["~/Documentos/Code/Projetos/Python/YTManager","ytmanager"] # Makes an uv env script global (1: Path, 2: "script/Command to execute")
genbash=["~/Documentos/Apps/BashCustomisationGenerator/","generate_bash_settings.py"]```