about summary refs log tree commit diff stats
path: root/notes/git_crypt.md (unfollow)
Commit message (Collapse)Author
26 hoursmodules/nvim/plgs/nvim-cmp: Unify key mappings by moving to the global moduleBenedikt Peetz
This makes it possible, to use the `options.desc` field to add a which-key description. I also used this chance to unify the `cmp` related key mappings in one file.
26 hoursmodules/nvim/options/completeopt: Move to `plgs/nvim-cmp`Benedikt Peetz
26 hoursmodules/lf/commands/set_wallpaper: Add required `procps` dependencyBenedikt Peetz
26 hoursmodules/lf/commands/set_wallpaper: Use `pkill` instead of pgrep and killBenedikt Peetz
This will actually work if multiple `swaybg` instances are running (the previous code would have simply failed).
27 hourspkgs/mpp-lyrics: Use correct beets music directoryBenedikt Peetz
27 hourspkgs/git-edit-index: Avoid undefined variable errorBenedikt Peetz
3 daysmodules/nvim/plgs/luasnip/lua/snippets: Use better code styleBenedikt Peetz
This includes using the actual names of luasnip functions instead of these single char globals. This also includes basic formatting and occasional linebreaks.
3 daysmodules/nvim/plgs/luasnip/lua/snippets/html: RemoveBenedikt Peetz
These snippets were never used.
3 daysmodules/nvim/plgs/luasnip: Move config to nixBenedikt Peetz
4 daysmodules/backup: Provide support for a local repositoryBenedikt Peetz
4 dayscommon: Activate the ssh module by-defaultBenedikt Peetz
4 daysmodules/backup: Increase restic verbosityBenedikt Peetz
4 daysmodules/backup: Use ssh module to store the hostkey of the storageboxBenedikt Peetz
4 daysmodules/users: Add hm config and root userBenedikt Peetz
4 daysmodules/legacy/ssh: Migrate to by-nameBenedikt Peetz
5 daysmodules/backup: Adjust `backupPrepareCommand` for my fs layoutBenedikt Peetz
5 dayspkgs/snap-sync-forked: DropBenedikt Peetz
This was only needed by the backup module. Should I require support for on-premise backups, setting up a local restic repo would be easier.
5 daysmodules/backup: Port to storageboxBenedikt Peetz
7 daysmodules/lf/commands/trash_*: Add required `gnused` dependency</