Commit graph

4 commits

Author SHA1 Message Date
513459d4dd [firefox] Make it possible to stow firefox configuration
- Put ‘userChrome.css’ into the ‘src/’ directory and have stow ignore any such
  directory.

- Dynamically find the name of the default firefox profile.

- In case the firefox profile can't be found, output some messages stating such.

- Update the ‘userChrome.css’ as used by Firefox.
2022-09-22 23:52:01 -07:00
872ca5ff5a [stow] Don’t fold directories when stowing files
Folding means that if stow discovers a parent directory for a project or a file
in it exists, it doesn’t create the directory structure and then links the file,
instead it makes a symbolic link between the directory.

This means that any files created in that directory show up in this repository.

The upside of that situation is that if I remove or rename files, and the
directory it’s in is folded, it doesn’t leave dead links around.
2021-11-02 22:06:32 -07:00
79c006b5c6 Add meta-package for my X11 configuration
With this meta-package it locks down which packages should be installed.
2020-04-26 21:35:26 -07:00
cbf581acfa Use .stowrc instead of a bash wrapper around stow
The comment in ‘stow-home’ claims that ‘.stowrc’ doesn’t support variable
expansion. I don’t know if I couldn’t figure it out before or if stow has been
updated since then, but it seems to work fine now.
2020-04-15 00:48:00 -07:00