about summary refs log tree commit diff stats
path: root/hm/default.nix (unfollow)
Commit message (Collapse)Author
2023-10-18fix(hm/pkgs/scrs/neorg): Add a fallback check for the neorg_pathSoispha
2023-10-18chore(hm/conf/taskwarrior/projects): UpdateSoispha
2023-10-18fix(hm/conf/nvim/plgs/leap): Map things to 'j'Soispha
'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
2023-10-18chore(hm/conf/taskwarrior/projects): UpdateSoispha
2023-10-17fix(hm/conf/task): Update to new taskd identitiesSoispha
2023-10-17fix(hm/soispha/conf/nvim/plgs/nvim-cmp): Remove buffer sourceSoispha
This source was way too distracting, considering that I'm not that keen on having lots of possibly completions.
2023-10-17chore(hm/soispha/conf/taskwarrior/projects): UpdateSoispha
2023-10-17feat(hm/conf/soispha/git): Add alias for redoing a failed commitSoispha
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";
2023-10-16fix(hm/soispha/nvim/plgs/nvim-cmp): Disable diagraphsSoispha
2023-10-16feat(hm/soispha/git): Add 'cm' (commit) aliasSoispha
2023-10-16fix(hm/soispha/conf/git/git_template): Use lowercase type namesSoispha
2023-10-16fix(flake): Pin nixpkgs on a rev because nvim update brakes some pluginsSoispha
2023-10-16feat(hm/conf/nvim/plgs/nvim-cmp): Add sourcesSoispha
2023-10-16chore(hm/conf/taskwarrior/projects): UpdateSoispha
2023-10-16build(treewide): UpdateSoispha
2023-10-08fix(hm/conf/nvim/maps): Remove exit after 'o'Soispha
2023-10-08fix(hm/conf/nvim/plgs/telescope/exts/bibtex): Mark action as emptySoispha
2023-10-08fix(hm/conf/nvim): Update to new keymap formatSoispha
2023-10-08chore(version): v1.15.0 Soispha
2023-10-08fix(sys/secrets): Rename 'name' to 'hostName'Soispha
2023-10-08fix(hm/conf/nvim/autocmds): Use 'desc' instead of 'description'Soispha
2023-10-08fix(flake/packages): Remove gpg-iso as it's not usedSoispha
2023-10-08fix(flake/packages): Apply eta-reductionSoispha
2023-10-08fix(hm/conf/python): Set the sessionVariables in zsh contextSoispha
2023-10-08build(flake): UpdateSoispha
2023-10-08fix(hm/conf/taskwarrior/projects): UpdateSoispha
2023-10-08fix(hm/conf/python): Move python history file to a persistent locationSoispha
2023-10-04fix(hm/conf/taskserver): Update to new let's encrypt certificateSoispha
2023-10-04chore(hm/conf/taskwarrior/projects): UpdateSoispha
2023-10-03fix(hm/conf/taskserver): Use dots to separate projectsSoispha
2023-10-03fix(hm/conf/taswarrior/projects): UpdateSoispha
2023-10-03fix(hm/conf/taskwarrior/hooks/policies): Also check subprojectsSoispha
2023-10-03feat(hm/conf/taskwarrior/projects): Add support for nested projectsSoispha
2023-10-02fix(hm/conf/taskwarrior/projects): Add further projectsSoispha
2023-10-02fix(hm/conf/taskwarrior/projects): Add further projectsSoispha
2023-10-02fix(hm/conf/taskwarrior): Remove useless aliasesSoispha
2023-10-02fix(hm/conf/taskwarrior/projects): Add projectsSoispha
2023-10-02fix(hm/conf/taskwarrior/hooks/on-add_policies): Support Numbers in projectsSoispha
2023-10-01feat(hm/conf/taskwarrior): Add taskserver based syncingSoispha
2023-10-01fix(hm/conf/lf/keybinds): Add keymap to go to nixos-server configSoispha
2023-10-01fix(hm/conf/taskwarrior/hooks): Check in every hook the started tasksSoispha
2023-10-01chore(revert): "fix(hm/conf/taskwarrior): Add 'total_active_time' to next ↵Soispha
report" This reverts commit 8faedf42b2413c0047eb34ab1627795b4f7d216a. 'total_active_time' is formatted in a very weird way, thus making it effectively useless.
2023-10-01fix(hm/conf/taskwarrior): Add 'total_active_time' to next reportSoispha
2023-10-01fix(hm/conf/timewarrior): Use correct file creation syntaxSoispha
2023-10-01fix(hm/conf/taskwarrior/hooks/track_timewarrior): Specify python depSoispha
2023-10-01fix(hm/conf/timewarrior): Actually import timewarriorSoispha
2023-10-01feat(hm/conf/timewarrior): InitSoispha
2023-10-01fix(hm/conf/taskwarrior/projects): Add further projectsSoispha
2023-10-01fix(hm/conf/taskwarrior/theme): Make errors readableSoispha
2023-10-01feat(hm/conf/taskwarrior): Add hook scriptsSoispha