1
0

10 Commits

Author SHA1 Message Date
e6ca4f76e3 Update packages/base.txt 2025-08-24 17:39:18 +00:00
2ad7c1c03c feat: add Git and 1Password credential helper and update configurations 2025-08-07 07:50:09 -05:00
8247a8c962 fix: remove unnecessary GUI applications from package list 2025-08-05 07:39:27 -05:00
1b55f3f173 fix: update usage instructions to support optional group argument in package installation scripts 2025-08-05 00:12:43 -05:00
1b9d9424b4 fix: clarify interactive mode detection in package installation script 2025-08-05 00:07:06 -05:00
3ba83b8dd1 fix: adjust package selection for non-interactive installations to only include base group 2025-08-05 00:05:05 -05:00
e5202c601f fix: enhance package installation prompt for better user interaction 2025-08-05 00:00:50 -05:00
f634c3a9d1 fix: remove redundant 'def' keyword from function declaration 2025-08-04 23:59:15 -05:00
431dffb1a6 refactor: modularize package installation into separate script 2025-08-04 23:53:50 -05:00
66cbb97f91 feat: restructure dotfiles with GNU Stow organization
- Reorganize dotfiles into stow/ subdirectories (bash/, git/)
- Add package management system with categorized package lists
- Enhance install.sh with interactive package selection
- Fix package selection logic and improve error handling
- Update dotpull alias to work with new stow structure
- Add comprehensive documentation in README.md

Breaking Changes:
- Dotfiles moved from root to stow/ subdirectories
- Install script now requires user interaction for package selection
- Stow commands now target individual config directories
2025-08-04 19:16:02 -05:00