Commit Graph

14 Commits

Author SHA1 Message Date
Peter Wood
a05f5c6d9d feat: Integrate Ollama and Fabric with Docker setup and testing scripts 2025-05-29 16:59:32 -04:00
Peter Wood
1cd2dace22 removed since the Tailscale ACLs are maintained in <https://github.com/acedanger/tailscale> 2025-05-29 13:13:07 -04:00
Peter Wood
b58327c3f0 refactor: Remove deprecated aliases and clean up my-aliases.zsh files 2025-05-29 11:43:16 -04:00
Peter Wood
be4f6a8d8c Commit local changes before merging with remote 2025-05-29 11:25:02 -04:00
Peter Wood
868b340fb5 guess what file I'm going to delete soon? 2025-05-29 11:13:28 -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