aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/taskwarrior/firefox (unfollow)
Commit message (Collapse)Author
2024-05-20refactor(hm): Rename to `modules/home`Benedikt Peetz
2023-10-21feat(hm/conf/firefox): Use the policy.json file for configsSoispha
2023-10-21fix(hm/conf/taskwarrior/firefox): Projects start at a zero indexSoispha
2023-10-21fix(hm/conf/taskwarrior/firefox): Generate the profile ids by countingSoispha
Firefox expects the IDs to be consecutive, thus the previous hashing implementation didn't work. Additionally, these IDs are still all unique as we generate them by iteration over all possible projects
2023-10-20refactor(hm/conf/taskwarrior/projects): Store the parsed projects in a attrSoispha
2023-10-20feat(hm/conf/taswarrior): Generate a firefox profile per projectSoispha