docs: update README and refactor IDE package installation

- Update README to reflect new modular setup architecture
- Document all installed packages, scripts, and post-install tasks
- Add clear instructions for supported distributions and customization

- Move Visual Studio Code installation to main package script
- Add JetBrains Rider to package installation
- Remove redundant VS Code install from Fedora .NET script
- Consolidate IDE installations in single location for better organization
This commit is contained in:
Blake Ridgway 2025-05-23 23:02:34 -05:00
parent 71ad3511e4
commit b1b7d61769
3 changed files with 116 additions and 11 deletions

View file

@ -21,7 +21,6 @@ echo "############################################################"
echo ""
FEDORA_DOTNET_PACKAGES=(
"code" # Visual Studio Code from Fedora repositories
"postgresql-server"
"postgresql-contrib"
"moby-engine" # Docker Engine on Fedora