add standard-desktop-setup.sh

This commit is contained in:
Brennen Raimer
2026-03-18 15:58:01 -04:00
parent 6fcb72974f
commit dcb93ce7b1
2 changed files with 97 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# ubuntu-setup-scripts
# Ubuntu Setup Scripts
Easy shell scripts to run for common setups
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
```