Files
ubuntu-setup-scripts/README.md
2026-03-18 16:02:42 -04:00

10 lines
242 B
Markdown

# Ubuntu Setup Scripts
Easy shell scripts to run for common setups. Download the script and run it like this:
```bash
# assuming your are using standard-desktop-setup.sh
chmod a+x ./standard-desktop-setup.sh
./standard-desktop-setup.sh
```