aboutsummaryrefslogtreecommitdiffstats
path: root/.stowrc
Commit message (Collapse)AuthorAgeFilesLines
* [firefox] Make it possible to stow firefox configurationGravatar Tom Willemse2022-09-221-0/+1
| | | | | | | | | | | - 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.
* [stow] Don’t fold directories when stowing filesGravatar Tom Willemse2021-11-021-0/+1
| | | | | | | | | | | 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.
* Add meta-package for my X11 configurationGravatar Tom Willemse2020-04-261-0/+2
| | | | With this meta-package it locks down which packages should be installed.
* Use .stowrc instead of a bash wrapper around stowGravatar Tom Willemse2020-04-151-0/+4
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.