aboutsummaryrefslogtreecommitdiffstats
path: root/hm (unfollow)
Commit message (Collapse)Author
2024-03-28refactor(hm/conf/nvim/plgs/comment-nvim): Update to new module layoutSoispha
2024-03-28chore(treewide): Move away from git-cryptSoispha
2024-03-24fix(hm/conf/gpg): Add my nixpkgs fork to ensure a working gpg-agentSoispha
2024-03-24fix(treewide): Update the shell library versionSoispha
2024-03-23style(treewide): FormatSoispha
2024-03-23fix(hm/conf/yambar/scripts/mpd): Put a separator between title and timeSoispha
2024-03-23fix(hm/conf/unison): Remove auto merge featureSoispha
This never really worked and would only really be useful, if I merged things by hand. But the only way forward, I see right now, is paved by avoiding the need to merge stuff altogether.
2024-03-23refactor(treewide): Update to new modules names (and simplify some code)Soispha
2024-03-23build(treewide): UpdateSoispha
2024-03-23fix(hm/conf/firefox/extensions): Remove torproject-snowflake temporarilySoispha
They got themselves removed from Mozilla's Add-on store. To update the extensions, I know need to remove them temporarily until the situation is resolved. Relevant issue: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake-webext/-/issues/89
2024-03-10refactor(hm/conf/nvim/plgs/{nvim-cmp,vim-tex}): Update to new attr namesSoispha
2024-03-10build(treewide): UpdateSoispha
2024-03-07feat(hm/conf/yambar/mpd): Add song progress and duration informationSoispha
2024-03-06feat(hm/conf/prusa_slicer): InitSoispha
2024-03-01fix(hm/conf/unison): Also try to merge 'log' filesSoispha
2024-03-01fix(hm/conf/unison): Avoid merging, when the merge failsSoispha
2024-03-01fix(hm/conf/unison): Correctly use the `file_name` and `extisions` valuesSoispha
2024-03-01fix(hm/conf/unison): Add missing `diff` dependency for diffsSoispha
2024-02-29fix(hm/conf/unison): Add further files to auto mergeSoispha
2024-02-28fix(hm/conf/lf/keymappings): Unmap the later bound keysSoispha
2024-02-28feat(hm/conf/lf/keymappings): Set up search keymappingsSoispha
2024-02-28fix(hm/conf/lf/keymappings): Use 'k' for sort mappingsSoispha
'l' is already taken.
2024-02-28fix(hm/conf/zsh/command_not_found.sh): Improve case 2 outputSoispha
2024-02-28fix(hm/conf/zsh/command_not_found.sh): Add missing space in cmd nameSoispha
2024-02-28fix(hm/conf/zsh/command_not_found.sh): Output a status message for shellSoispha
2024-02-28fix(hm/conf/zsh/command_not_found.sh): Correctly count found attrsSoispha
2024-02-28fix(hm/conf/zsh): Add a newline to the shell library importSoispha
2024-02-28fix(hm/pkgs): Put all my scripts in the `scripts` namespaceSoispha
2024-02-28fix(hm/conf/unison): Add `less`, as it's needed to display diffsSoispha
2024-02-28fix(hm/conf/unison): Don't pass `links` argument along twiceSoispha
2024-02-28feat(hm/conf/unison): Support merging special pathsSoispha
2024-02-28feat(hm): Add nix-index and associated command_not_found_handlerSoispha
2024-02-24chore(hm/soispha/conf/taskwarrior/projects): UpdateSoispha
2024-02-24feat(hm/pkgs): Add zathura to the pkgs listSoispha
2024-02-24feat(hm/conf/lf/keymappings): Add sorting mappingsSoispha
2024-02-24fix(hm/conf/lf/cmds): Better manage files with pre-defined extensionsSoispha
2024-02-24fix(hm/conf/unison): Fix Typo in `EXTRA_OPTIONS` variableSoispha
2024-02-24fix(treewide): Add shell library import directiveSoispha
2024-02-24build(treewide): Update shell librarySoispha
2024-02-24refactor(hm/pkgs): Implement with an nixpkgs overlaySoispha
2024-02-24fix(hm/pkgs/git-update-index): Remove '--' from help textSoispha
The parser for the automatic completion generation fails, when it encounters an option without name.
2024-02-24fix(hm/pkgs/fupdate): Don't pass '--' to child commandSoispha
2024-02-24feat(hm/pkgs/fupdate): Allow passing arguments to the update scriptSoispha
2024-02-24fix(hm/pkgs/git-edit-index): Correctly exit when parsing optionsSoispha
2024-02-24fix(hm/pkgs/scrs/git-edit-index): Generate completionsSoispha
2024-02-24fix(hm/pkgs): Readd man pages for `mpc-cli`Soispha
2024-02-24feat(hm/pkgs): Add `file`Soispha
2024-02-24fix(hm/conf/lf/commands): Correct reference to nix pathSoispha
2024-02-23style(treewide): FormatSoispha
2024-02-23fix(hm/conf/lf/keymappings): Correctly import dir_move fileSoispha