Commit Graph

21 Commits

Author SHA1 Message Date
Peter Wood
3763c92b2a Merge branch 'main' of https://github.com/acedanger/shell 2025-05-29 07:32:02 -04:00
Peter Wood
ed50395490 feat: Enhance package detection and installation process with improved parsing and validation 2025-05-29 07:31:59 -04:00
Peter Wood
30737a9c79 refactor: Update my-aliases.zsh and setup.sh for improved eza alias management 2025-05-29 06:18:26 -04:00
Peter Wood
40a9c26725 refactor: Update eza aliases for improved icon support and consistency 2025-05-29 05:52:12 -04:00
Peter Wood
9abb5fc83b chore: Remove my-aliases.zsh as it is no longer needed 2025-05-28 16:19:22 -04:00
Peter Wood
f452300e0e Update local aliases configuration 2025-05-28 15:17:29 -04:00
Peter Wood
1a1c656fc1 chore: Remove deprecated aliases from my-aliases.zsh 2025-05-28 15:16:59 -04:00
Peter Wood
c76024e6e5 feat: Add eza aliases for enhanced directory listing and update setup scripts for package management 2025-05-28 11:44:27 -04:00
Peter Wood
502beec7e2 feat: Add bash completion for backup scripts and enhance README documentation 2025-05-27 22:11:14 -04:00
Peter Wood
2540c2d50b Refactor documentation and enhance Immich backup system
- Updated README.md to streamline content and improve navigation with a new Quick Navigation section.
- Consolidated detailed Plex backup descriptions into dedicated documentation files.
- Added comprehensive Docker Bootstrap Testing Framework documentation.
- Created Immich backup enhancement summary and migration summary documents.
- Implemented webhook notifications and Backblaze B2 integration in Immich backup scripts.
- Centralized logging for Immich backup operations and updated configuration requirements.
- Restructured Telegram bot project documentation for better clarity and organization.
- Enhanced .gitignore to include environment files and Backblaze CLI tool.
- Updated dotfiles README to reference new testing documentation.

Resolves Documentation review #11.
2025-05-27 12:51:00 -04:00
Peter Wood
c9b69ea789 Add comprehensive Plex backup management scripts
- Introduced `restore-plex.sh` for restoring Plex backups with logging and validation.
- Created `test-plex-backup.sh` for automated testing of backup functionalities.
- Developed `validate-plex-backups.sh` for validating backup integrity and monitoring.
- Updated `update.sh` to reference the correct path for Plex service management.
2025-05-26 13:20:12 -04:00
Peter Wood
fbd0bf5852 feat: Enhance Plex Media Server management script with detailed status and loading animations 2025-05-25 23:50:45 -04:00
Peter Wood
bd1b0164f5 Update aliases; added dcpull, corrected cat, fd, and added batcat as a preview option of fzf 2025-05-23 12:45:16 -04:00
Peter Wood
b674c0a95b Refactor alias management and improve bootstrap process for Zsh 2025-05-19 16:26:36 -04:00
Peter Wood
9837019ebd changed git pull alias (gp => gpull) 2025-05-14 15:56:18 -04:00
Peter Wood
5084b8c9ee Merge branch 'main' of https://github.com/acedanger/shell 2025-05-14 15:52:37 -04:00
Peter Wood
734dedb58b added alias for fzf with preview using batcat 2025-05-14 15:52:30 -04:00
Peter Wood
43be94c141 added fd-find 2025-05-14 15:38:52 -04:00
Peter Wood
f78dbdab44 added fd-find and set alias fd 2025-05-14 14:49:51 -04:00
Peter Wood
9a941d1752 Enhance setup and testing scripts for improved package management and logging
- Updated setup.sh to check for Nala installation and provide alternative installation methods based on Ubuntu version.
- Added error handling for package installation, allowing fallback to apt if Nala fails.
- Introduced startup.sh to perform container startup checks, including system info and permissions for logs directory.
- Created test-setup.sh to validate bootstrap and setup scripts, including detailed logging of package availability and installation results.
- Implemented checks for missing packages and provided recommendations for manual installation.
- Enhanced logging for better traceability of actions and errors during setup and testing processes.
2025-05-12 13:59:15 -04:00
Peter Wood
0cd9c5219d Refactor repository structure and add new features
- Reorganized repository structure by moving dotfiles into a dedicated subdirectory
- Updated bootstrap.sh and setup.sh scripts to reference the new file paths
- Fixed Nala repository GPG key setup to use gpg --dearmor for proper key format
- Added Lazydocker installation to the setup script for Docker management
- Updated README.md with references to new paths and additional features
- Added documentation for Lazydocker in the dotfiles README.md
- Updated all symlink paths to point to the new dotfiles location
2025-05-12 07:02:14 -04:00