manager/config/config.json
Dan Anglin 903e5d8b66
checkpoint: manage home directories
- ensure configured home directories are present and their mode set to
  0700
- move dotfiles to files
- added JSON config
2024-09-09 18:02:53 +01:00

27 lines
538 B
JSON

{
"directories": [
".local/bin",
".local/cache",
".local/config",
".local/data",
".local/state",
".local/state/bash",
".local/state/less",
"Applications",
"Certificates",
"Docker",
"Documents",
"Downloads",
"Games",
"Git",
"Laboratory",
"Laboratory/Training",
"Laboratory/Lab",
"Music",
"Notes",
"Pictures",
"Projects",
"Templates",
"Videos"
]
}