Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix(hm/conf/taswarrior/projects): Remove duplicates before further processing | Soispha | 2023-10-21 | |
| | ||||
* | fix(hm/conf/taskwarrior/firefox): Generate the profile ids by counting | Soispha | 2023-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' | Soispha | 2023-10-20 | |
| | | | | | Having this set causes some shell library functions to fail, as they build upon failing commands | |||
* | build(treewide): Update (shell library) | Soispha | 2023-10-20 | |
| | ||||
* | chore(hm/soispha/conf/taskwarrior/projects): Update | Soispha | 2023-10-20 | |
| | ||||
* | chore(hm/soispha/conf/taskwarrior/projects): Update | Soispha | 2023-10-20 | |
| | ||||
* | fix(hm/pkgs/src/neorg): Only commit when something has changed | Soispha | 2023-10-20 | |
| | ||||
* | fix(hm/pkgs/scr/neorg): Add cocogitto and git-crypt as dependencies | Soispha | 2023-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): Update | Soispha | 2023-10-20 | |
| | ||||
* | fix(hm/pkgs/scr/neorg): Correctly replace and add project_path | Soispha | 2023-10-20 | |
| | ||||
* | fix(hm/pkgs/scr/neorg): Remove 'f' from set options | Soispha | 2023-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 early | Soispha | 2023-10-20 | |
| | ||||
* | fix(hm/pkgs/scr/neorg): Cd to dirname of package file | Soispha | 2023-10-20 | |
| | ||||
* | feat(hm/pkgs/scr/neorg): Add support for Firefox context specific profiles | Soispha | 2023-10-20 | |
| | ||||
* | refactor(hm/conf/taskwarrior/projects): Store the parsed projects in a attr | Soispha | 2023-10-20 | |
| | ||||
* | feat(hm/conf/taswarrior): Generate a firefox profile per project | Soispha | 2023-10-20 | |
| | ||||
* | chore(hm/conf/taskwarrior/projects): Update | Soispha | 2023-10-19 | |
| | ||||
* | chore(hm/conf/taskwarrior/projects): Update | Soispha | 2023-10-19 | |
| | ||||
* | fix(flake): Restore to last working git revision because of harpoon | Soispha | 2023-10-19 | |
| | | | | | The harpoon neovim plugin is broken right now and the fix is not yet in unstable. Thus we have to wait | |||
* | fix(hm/conf/nvim/plgs/harpoon): Enable Telescope extension | Soispha | 2023-10-19 | |
| | | | | Otherwise nixvim will complain, as I also have telescope enabled | |||
* | style(hm/conf/taskwarrior): Format | Soispha | 2023-10-19 | |
| | ||||
* | build(treewide): Update | Soispha | 2023-10-19 | |
| | ||||
* | feat(hm/conf/firefox/extensions): Add torproject-snowflake | Soispha | 2023-10-19 | |
| | ||||
* | fix(hm/pkgs/scr/neorg): Run search _after_ loading first file | Soispha | 2023-10-19 | |
| | ||||
* | feat(hm/pkgs/scr/neorg): Support task specific heads in norg files | Soispha | 2023-10-19 | |
| | ||||
* | feat(hm/conf/taskwarrior): Automatically save the task data in a git repo | Soispha | 2023-10-19 | |
| | ||||
* | fix(hm/conf/taskwarrior/theme): Make the lowest priority readable | Soispha | 2023-10-18 | |
| | ||||
* | fix(hm/conf/taskwarrior): Specify useful coefficients for priorities | Soispha | 2023-10-18 | |
| | ||||
* | chore(hm/conf/taskwarrior/projects): Update | Soispha | 2023-10-18 | |
| | ||||
* | fix(hm/pkgs/scr/neorg): Correctly cd to the project directory | Soispha | 2023-10-18 | |
| | ||||
* | fix(hm/pkgs/scr/neorg): Silence 'task', when it can't find the rc element | Soispha | 2023-10-18 | |
| | ||||
* | fix(hm/pkgs/scr/neorg): Cd with nvim to the project dir | Soispha | 2023-10-18 | |
| | | | | | | The cwd of neovim is relevant for extensions like the telescope link finder. If we access the file directly, these lose their ability to show project wide links | |||
* | fix(hm/pkgs/scrs/neorg): Add a fallback check for the neorg_path | Soispha | 2023-10-18 | |
| | ||||
* | chore(hm/conf/taskwarrior/projects): Update | Soispha | 2023-10-18 | |
| | ||||
* | fix(hm/conf/nvim/plgs/leap): Map things to 'j' | Soispha | 2023-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): Update | Soispha | 2023-10-18 | |
| | ||||
* | fix(hm/conf/task): Update to new taskd identities | Soispha | 2023-10-17 | |
| | ||||
* | fix(hm/soispha/conf/nvim/plgs/nvim-cmp): Remove buffer source | Soispha | 2023-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): Update | Soispha | 2023-10-17 | |
| | ||||
* | feat(hm/conf/soispha/git): Add alias for redoing a failed commit | Soispha | 2023-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 diagraphs | Soispha | 2023-10-16 | |
| | ||||
* | feat(hm/soispha/git): Add 'cm' (commit) alias | Soispha | 2023-10-16 | |
| | ||||
* | fix(hm/soispha/conf/git/git_template): Use lowercase type names | Soispha | 2023-10-16 | |
| | ||||
* | fix(flake): Pin nixpkgs on a rev because nvim update brakes some plugins | Soispha | 2023-10-16 | |
| | ||||
* | feat(hm/conf/nvim/plgs/nvim-cmp): Add sources | Soispha | 2023-10-16 | |
| | ||||
* | chore(hm/conf/taskwarrior/projects): Update | Soispha | 2023-10-16 | |
| | ||||
* | build(treewide): Update | Soispha | 2023-10-16 | |
| | ||||
* | fix(hm/conf/nvim/maps): Remove exit after 'o' | Soispha | 2023-10-08 | |
| | ||||
* | fix(hm/conf/nvim/plgs/telescope/exts/bibtex): Mark action as empty | Soispha | 2023-10-08 | |
| | ||||
* | fix(hm/conf/nvim): Update to new keymap format | Soispha | 2023-10-08 | |
| |