dotfiles/bootstrap
Marty Oehme 496522605f
X: Improve lockscreen handling
Added lockscreen trapping and media pausing for lockscreen.
When it is invoked `lockscreen`, all media will be attempted to be pause
and the system will be muted.
Then the lockscreen is engaged.
This should happen automatically when the screen shuts off or the system
suspends or hibernates and can be invoked manually, as before, with
super+x shortcut.
2021-07-28 14:41:02 +02:00
..
.config/sh/alias.d Fix README image paths and dot description 2020-02-11 09:33:18 +00:00
.stow-local-ignore xdg: Move xdg media directories 2021-04-18 13:04:59 +02:00
install_packages.sh repo: Update linting for 4-spaced shell scripts 2021-04-04 20:52:52 +02:00
packages.txt X: Improve lockscreen handling 2021-07-28 14:41:02 +02:00
packages_ignore.txt bootstrap: Update package index 2021-07-10 23:51:48 +02:00
README.md [repo] Add & update docs, fix install script dirs 2020-07-08 13:51:27 +02:00

bootstrap module

The bootstrapping module mainly concerns the setup of the repository itself -- installation of packages, setting up basic options and maintenance scripts.

  • installs general list of packages, listed here
  • if githooks are enabled (either through install script, or manually) will compare installed packages with those on the package list on each commit and warn user about differences (skipping those on the ignore list).
  • contains a simple alias dotlink which allows quickly re-linking dotfiles when they have been changed. This is useful to invoke when files have been removed or added and need to be sym-linked by stow again (only works for ~/.dotfiles dot directory).