mirror of
https://github.com/marcogll/omarchy_setup.git
synced 2026-01-13 13:25:16 +00:00
* refactor(zsh): rename help function to zsh-help This commit refactors the Zsh help function based on user feedback. The following changes have been made: - The function `zsh_ayuda` has been renamed to `zsh_help`. - The alias `ayuda` has been updated to `zsh-help`. - The help text within the function has been updated to reflect the new command name. * feat(power): integrate tlp and add battery management functions This commit introduces a complete battery management solution by integrating TLP into the setup scripts and providing convenient control functions in Zsh. Key changes: - Adds `eco-batt` and `full-batt` functions to `.zshrc` to allow the user to easily switch between battery-saving (80%) and full-charge (100%) modes. - Modifies `modules/apps.sh` to automatically install the `tlp` package. - Adds logic to `modules/apps.sh` to enable and start the `tlp.service` so that power management is active on boot. - Updates the `zsh-help` function to include documentation for the new battery management commands. --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: Marco Gallegos <marco.gallegos@outlook.com>