aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.functions/packaging.zsh
Commit message (Collapse)AuthorAgeFilesLines
* zsh: move includes to XDG compliant locationsDavid Runge2021-09-281-133/+0
| | | | | | | | | .config/zsh/{functions,includes}/*: Move functions and includes to XDG compliant locations. .zshrc: Include functions and other includes from XDG compliant locations. Remove use of prepend-sudo function.
* zsh: Add functions for nvchecker interactionDavid Runge2021-09-281-0/+47
| | | | | .zsh.functions/packaging.zsh: Add some simple functions for nvchecker interaction.
* Add packaging helper functionsDavid Runge2021-02-071-0/+86
.zsh.functions/packaging.zsh: Add functions useful for packaging, such as for signing packages or adding packages to a database and for sshfs mounting.