about summary refs log tree commit diff stats
path: root/hm (follow)
Commit message (Collapse)AuthorAge
* refactor(hm/pkgs): Implement with an nixpkgs overlaySoispha2024-02-24
|
* fix(hm/pkgs/git-update-index): Remove '--' from help textSoispha2024-02-24
| | | | | The parser for the automatic completion generation fails, when it encounters an option without name.
* fix(hm/pkgs/fupdate): Don't pass '--' to child commandSoispha2024-02-24
|
* feat(hm/pkgs/fupdate): Allow passing arguments to the update scriptSoispha2024-02-24
|
* fix(hm/pkgs/git-edit-index): Correctly exit when parsing optionsSoispha2024-02-24
|
* fix(hm/pkgs/scrs/git-edit-index): Generate completionsSoispha2024-02-24
|
* fix(hm/pkgs): Readd man pages for `mpc-cli`Soispha2024-02-24
|
* feat(hm/pkgs): Add `file`Soispha2024-02-24
|
* fix(hm/conf/lf/commands): Correct reference to nix pathSoispha2024-02-24
|
* style(treewide): FormatSoispha2024-02-23
|
* fix(hm/conf/lf/keymappings): Correctly import dir_move fileSoispha2024-02-23
|
* feat(hm/conf/lf): Add a `execute` subcommandSoispha2024-02-23
|
* feat(hm/pkgs/git-edit-index): InitSoispha2024-02-23
|
* feat(hm/conf/unison): Add support for link syncingSoispha2024-02-23
|
* refactor(hm/conf/unison): Rename the script to `unison-sync`Soispha2024-02-23
| | | | 'Backup' is in this context just wrong.
* feat(hm/pkgs/mpc): InitSoispha2024-02-23
|
* refactor(hm/conf/lf): Move configs to `settings` attrSoispha2024-02-23
|
* feat(hm/conf/lf/cmds/unarchive): Add support for multiple filesSoispha2024-02-23
|
* refactor(hm/conf/lf/cmds/open): Remove, as it's better handled by xdg-handlersSoispha2024-02-23
|
* refactor(hm/conf/lf/cmds/archive): Use non-abbreviated cli optionSoispha2024-02-23
|
* fix(hm/conf/lf/commands): Check for the file name with the extension addedSoispha2024-02-23
| | | | | | | | | | Beforehand it resolved a name conflict based on the base name alone: ``` USER: script ALREADY_EXISTING_FILE: script ``` But the final script would then be named `script.sh`, thus, the check must include the `.sh`.
* fix(hm/conf/lf/commands): Remove useless 'open_config' cmdSoispha2024-02-23
| | | | | This command is only really useful, if you are not on NixOS. Thus, I don't really see, why I should keep it.
* fix(hm/pkgs/specific/neorg): Add missing '.sh' suffixSoispha2024-02-23
|
* feat(hm/conf/lf): Start zathura on opening pdfs in lfSoispha2024-02-23
|
* feat(hm/conf/git): Switch to zdiff3 instead of diff3Soispha2024-02-23
|
* build(flake): UpdateSoispha2024-02-23
|
* fix(hm/conf/lf/keymappings): Separate and update moving key mappingsSoispha2024-02-23
|
* refactor(treewide): Remove my unused binariesSoispha2024-02-23
| | | | | | | These are: - grades (only last references) - video_pause - lf_rename
* chore(version): v1.30.0 Soispha2024-02-20
|
* feat(hm/pkgs/battery): InitSoispha2024-02-20
|
* feat(hm/conf/firefox): Add order of search enginesSoispha2024-02-20
|
* feat(hm/conf/firefox/config/search): Add nixpkgs pull request tracker searchSoispha2024-02-20
|
* refactor(hm/conf/firefox/config/search): Download icons to avoid losing themSoispha2024-02-20
|
* refactor(treewide): Reformat all files with treefmtSoispha2024-02-20
| | | | | This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
* refactor(treewide): Add a `.sh` extension to shell scriptsSoispha2024-02-20
|
* refactor(hm/conf/zsh/config): Rework old config scriptsSoispha2024-02-20
|
* fix(hm/conf/nix/plgs/lsp/s/openscad): GNU is unfortunately not the best formatSoispha2024-02-14
|
* feat(hm/conf/nix/plgs/lsp/servers/openscad): InitSoispha2024-02-12
|
* fix(hm/pkgs/scrs/mpc-fav): Correctly orient the if conditionSoispha2024-02-12
|
* fix(hm/conf/taskwarrior): Correctly parse project.nix fileSoispha2024-02-10
|
* chore(hm/soispha/conf/taskwarrior/projects): UpdateSoispha2024-02-10
|
* chore(hm/soispha/conf/taskwarrior/projects): UpdateSoispha2024-02-10
|
* fix(hm/conf/mail): Disable himalaya because it changedSoispha2024-02-08
|
* build(treewide): UpdateSoispha2024-02-08
|
* feat(hm/pkgs/scrs): Add `mpc-fav` and `sort_song`Soispha2024-02-07
|
* refactor(hm/pkgs/scrs): Sort the declarations alphabeticalSoispha2024-02-07
|
* fix(hm/pkgs/spodi): Allow more providersSoispha2024-02-03
|
* build(treewide): UpdateSoispha2024-02-03
|
* fix(treewide): Fully remove gradesSoispha2024-01-30
|
* fix(hm/pkgs): Remove `grades` as it no longer compilesSoispha2024-01-30
|