about summary refs log tree commit diff stats
path: root/hm/soispha/conf (follow)
Commit message (Collapse)AuthorAge
...
* 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
* 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
|
* chore(hm/soispha/conf/taskwarrior/projects): UpdateSoispha2023-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
|
* chore(hm/conf/taskwarrior/projects): UpdateSoispha2023-10-19
|
* chore(hm/conf/taskwarrior/projects): UpdateSoispha2023-10-19
|
* fix(hm/conf/nvim/plgs/harpoon): Enable Telescope extensionSoispha2023-10-19
| | | | Otherwise nixvim will complain, as I also have telescope enabled
* style(hm/conf/taskwarrior): FormatSoispha2023-10-19
|
* build(treewide): UpdateSoispha2023-10-19
|
* feat(hm/conf/firefox/extensions): Add torproject-snowflakeSoispha2023-10-19
|
* feat(hm/conf/taskwarrior): Automatically save the task data in a git repoSoispha2023-10-19
|
* fix(hm/conf/taskwarrior/theme): Make the lowest priority readableSoispha2023-10-18
|
* fix(hm/conf/taskwarrior): Specify useful coefficients for prioritiesSoispha2023-10-18
|
* chore(hm/conf/taskwarrior/projects): UpdateSoispha2023-10-18
|
* chore(hm/conf/taskwarrior/projects): UpdateSoispha2023-10-18
|
* fix(hm/conf/nvim/plgs/leap): Map things to 'j'Soispha2023-10-18
| | | | | | 'j' is both more memorable (*j*ump) and also not yet mapped to something important, as it's a relic of the old vim keys. This frees up 'm' for marks again
* chore(hm/conf/taskwarrior/projects): UpdateSoispha2023-10-18
|
* fix(hm/conf/task): Update to new taskd identitiesSoispha2023-10-17
|
* fix(hm/soispha/conf/nvim/plgs/nvim-cmp): Remove buffer sourceSoispha2023-10-17
| | | | | This source was way too distracting, considering that I'm not that keen on having lots of possibly completions.
* chore(hm/soispha/conf/taskwarrior/projects): UpdateSoispha2023-10-17
|
* feat(hm/conf/soispha/git): Add alias for redoing a failed commitSoispha2023-10-17
| | | | | | | | | | | | | | | | diff --git a/hm/soispha/conf/git/default.nix b/hm/soispha/conf/git/default.nix index e6c4c01..728e40d 100644 --- a/hm/soispha/conf/git/default.nix +++ b/hm/soispha/conf/git/default.nix @@ -7,6 +7,8 @@ in { #package = pkgs.gitAndTools.gitFull; # TODO: for git send-email support aliases = { cm = "commit --verbose"; + cmr = "commit --file .git/COMMIT_EDITMSG --edit --verbose"; + st = "status"; ds = "diff --staged";
* fix(hm/soispha/nvim/plgs/nvim-cmp): Disable diagraphsSoispha2023-10-16
|
* feat(hm/soispha/git): Add 'cm' (commit) aliasSoispha2023-10-16
|
* fix(hm/soispha/conf/git/git_template): Use lowercase type namesSoispha2023-10-16
|
* feat(hm/conf/nvim/plgs/nvim-cmp): Add sourcesSoispha2023-10-16
|
* chore(hm/conf/taskwarrior/projects): UpdateSoispha2023-10-16
|
* build(treewide): UpdateSoispha2023-10-16
|
* fix(hm/conf/nvim/maps): Remove exit after 'o'Soispha2023-10-08
|
* fix(hm/conf/nvim/plgs/telescope/exts/bibtex): Mark action as emptySoispha2023-10-08
|
* fix(hm/conf/nvim): Update to new keymap formatSoispha2023-10-08
|
* fix(hm/conf/nvim/autocmds): Use 'desc' instead of 'description'Soispha2023-10-08
|
* fix(hm/conf/python): Set the sessionVariables in zsh contextSoispha2023-10-08
|
* build(flake): UpdateSoispha2023-10-08
|
* fix(hm/conf/taskwarrior/projects): UpdateSoispha2023-10-08
|