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

@ -53,7 +53,9 @@ PACKAGE_LIST=($(printf "%s\n" "${PACKAGE_LIST[@]}" | LC_ALL=C sort -u))
FLATPAK_LIST=(
com.bitwarden.desktop
com.github.tchx84.Flatseal
com.jetbrains.Rider
com.valvesoftware.Steam
com.visualstudio.code
net.davidotek.pupgui2
net.veloren.airshipper
org.videolan.VLC

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