Modularize Post-Install Setup System #3
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: blakeridgway/dotfiles#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "poc/install-rewrite"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Summary
Refactored the monolithic
post_install.shscript into a modular, maintainable setup system with focused, single-responsibility scripts.🔄 Changes Made
Script Architecture
main-setup.sh) to coordinate execution00-system-prep.sh- System updates and Flathub setup01-package-install.sh- Core packages and Flatpak apps02-dev-tools-setup.sh- Development tools (Neovim, fonts, shell)03-fedora-dotnet-setup.sh- Fedora-specific .NET environment04-config-symlinks.sh- Configuration and symlinksPackage Management Improvements
rpm -qinstead of unreliablednf list installedneofetchwithfastfetchConfiguration Updates
aliases.zsh,commit-conventions.txt)Documentation
.archive/folder🎯 Benefits
🧪 Testing
📁 Files Changed
🔧 Usage
Before:
After:
Individual components can also be run separately:
🚀 Future Improvements
✅ Checklist
Breaking Changes: None - the main entry point behavior remains the same, just with improved reliability and maintainability.
Migration: Users can continue using the same workflow, but now have the option to run individual setup components as needed.