dotfiles/.config/shell/utils.d
Alexander Hess ac4bad32f5
Adjust the way private scripts are run
- the exact scripts that are run by `run-private-scripts`
  is not disclosed here
- the private scripts were adjusted so that they can be run
  as often as desired and always result in the same idempotent
  result
- consequently, the private scripts are now always triggered
  by `update-machine` as well
2023-05-04 22:14:35 +02:00
..
files.sh Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
passwords.sh Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
python.sh Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
README.md Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00
update.sh Adjust the way private scripts are run 2023-05-04 22:14:35 +02:00
web.sh Re-organize the shells' initialization logic 2022-08-14 17:38:43 +02:00

Shell Utilities

This folder contains various files that provide utilities to be used in the shell.

Originally, they all were defined in one big "~/.config/shell/utils.sh" file but are now split across many smaller files here for clarity.