about summary refs log tree commit diff stats
path: root/hm (follow)
Commit message (Collapse)AuthorAge
...
* fix(hm/conf/lf/cmds/mk_scr_temp): Set the interpreter to 'sh'Soispha2023-10-25
|
* feat(hm/conf/firefox/extensions): Switch to my libredirect forkSoispha2023-10-25
|
* fix(hm/pkgs/src/neorg): Add missing newline between help and versionSoispha2023-10-25
|
* build(flake): Update (+ shell_library)Soispha2023-10-25
|
* fix(hm/pkgs/scr/neorg): Use path to file, to circumvent escapingSoispha2023-10-25
|
* build(treewide): Update (+ shell_library)Soispha2023-10-25
|
* feat(hm/pkgs/src/neorg): Active completion generationSoispha2023-10-25
|
* feat(hm/pkgs/scr/neorg): Update help to include ARGUMENTS sectionSoispha2023-10-25
|
* build(treewide): Update (+ shell-library)Soispha2023-10-25
|
* fix(hm/wms/river/res/keys): Set up correct mappings for all hostsSoispha2023-10-24
|
* feat(hm): Expose the video_pause binarySoispha2023-10-24
|
* build(treewide): UpdateSoispha2023-10-24
|
* fix(hm/conf/firefox/extensions/nmh): Use correct name in json fileSoispha2023-10-24
|
* build(treewide): UpdateSoispha2023-10-24
|
* fix(hm/conf/firefox/extensions/nmh): Fully rename to video pauseSoispha2023-10-24
|
* build(treewide): UpdateSoispha2023-10-24
|
* build(treewide): UpdateSoispha2023-10-22
|
* fix(hm/conf/firefox/conf/extensions/nmh): Replace phase overrideSoispha2023-10-22
|
* feat(hm/conf/firefox/scripts): Package through the flake outputsSoispha2023-10-22
|
* fix(hm/pkgs/scr/neorg): Remove leading whitespace in messageSoispha2023-10-22
|
* style(hm/conf/firefox): Format with alejandraSoispha2023-10-22
|
* fix(hm/conf/firefox/conf/prefs): Disable translation for some languagesSoispha2023-10-22
|
* fix(hm/conf/firefox/conf/prefs): Set default toolbox locationSoispha2023-10-22
|
* fix(hm/conf/firefox/conf/search/engines): Disable eBaySoispha2023-10-22
|
* fix(hm/conf/firefox/conf/policies): Allow extensions to be installedSoispha2023-10-22
| | | | | Firefox will, without this setting set, disable the 'about:debugging' page, which is quite bothersome
* fix(hm/conf/firefox/conf/policies): Explicitly enable devtoolsSoispha2023-10-22
|
* fix(hm/conf/firefox/scr/extensions): Add sane 'default_area'sSoispha2023-10-22
|
* fix(hm/conf/firefox/conf/policies): Correct typo in policy nameSoispha2023-10-22
|
* fix(hm/conf/firefox/conf/policies): Remove policies attr nameSoispha2023-10-21
|
* fix(hm/conf/firefox/conf/exts/nmh): Spell 'messaging' correctlySoispha2023-10-21
|
* feat(hm/conf/firefox): Use the policy.json file for configsSoispha2023-10-21
|
* fix(hm/conf/firefox/scr/extensions): Add required 'default_area'Soispha2023-10-21
|
* build(treewide): UpdateSoispha2023-10-21
|
* fix(hm/conf/taskwarrior/firefox): Projects start at a zero indexSoispha2023-10-21
|
* fix(hm/conf/taswarrior/projects): Remove duplicates before further processingSoispha2023-10-21
|
* fix(hm/conf/taskwarrior/firefox): Generate the profile ids by countingSoispha2023-10-21
| | | | | | 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
* fix(hm/pkgs/scr/neorg): Remove 'set -e'Soispha2023-10-20
| | | | | Having this set causes some shell library functions to fail, as they build upon failing commands
* build(treewide): Update (shell library)Soispha2023-10-20
|
* chore(hm/soispha/conf/taskwarrior/projects): UpdateSoispha2023-10-20
|
* chore(hm/soispha/conf/taskwarrior/projects): UpdateSoispha2023-10-20
|
* fix(hm/pkgs/src/neorg): Only commit when something has changedSoispha2023-10-20
|
* fix(hm/pkgs/scr/neorg): Add cocogitto and git-crypt as dependenciesSoispha2023-10-20
| | | | | These are normally supplied by the devshell, but we can't load that in a script. Thus, we simply define these as dependencies
* chore(hm/soispha/conf/taskwarrior/projects): UpdateSoispha2023-10-20
|
* fix(hm/pkgs/scr/neorg): Correctly replace and add project_pathSoispha2023-10-20
|
* fix(hm/pkgs/scr/neorg): Remove 'f' from set optionsSoispha2023-10-20
| | | | | Having it there brakes stuff in the shell library. For example the `search_flake_base_dir` function fails.
* fix(hm/pkgs/src/neorg): Don't fall through, if the user exits earlySoispha2023-10-20
|
* fix(hm/pkgs/scr/neorg): Cd to dirname of package fileSoispha2023-10-20
|
* feat(hm/pkgs/scr/neorg): Add support for Firefox context specific profilesSoispha2023-10-20
|
* refactor(hm/conf/taskwarrior/projects): Store the parsed projects in a attrSoispha2023-10-20
|
* feat(hm/conf/taswarrior): Generate a firefox profile per projectSoispha2023-10-20
|