aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove AUR packagesDavid Runge2022-10-182-36/+0
| | | | | | .config/{nvchecker/aur.toml,packages/aur.txt}: Remove easytranscript, jfrog-cli-go, terraform-provider-ovirt-git, veejay-client-git, veejay-server-git, veejay-utils-git.
* Use new PGP key for archlinux.org mail accountDavid Runge2022-08-161-1/+1
| | | | | .config/mutt/dvzrv@archlinux.org.rc: Switch to new PGP key for archlinux.org mail accouunt.
* Add lame to extraDavid Runge2022-08-162-0/+6
| | | | | | | | .config/nvchecker/extra.toml Add upstream tracking for lame. .config/packages/extra.txt: Add lame to extra.
* Add catatonit to communityDavid Runge2022-08-162-0/+6
| | | | | | | | .config/nvchecker/community.toml Add upstream tracking for catatonit. .config/packages/community.txt Add catatonit to community.
* Add packages to communityDavid Runge2022-08-162-9/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | .config/nvchecker/community.toml: Add upstream tracking for ghc-filesystem, lib32-libtiff, libsbsms, pc-ble-driver, podman-dnsname, python-certifi, python-click-command-tree, python-coverage-conditional-plugin, python-fastapi, python-jaraco.itertools, python-jaraco.logging, python-jaraco.stream, python-magic, python-nrfutil, python-pc-ble-driver-py, python-piccata, python-pydantic, python-pyspinel, python-pytest-httpserver, python-pytest-shell-utilities, python-pytest-skip-markers, python-requests-wsgi-adapter, python-sphinx-lv2-theme, python-sphinxcontrib-programoutput, python-starlette, python-unearth, reaper, repod and sonivox. Fix upstream tracking for solr and sratom. .config/packages/community.txt: Add ghc-filesystem, lib32-libtiff, libsbsms, pc-ble-driver, podman-dnsname, python-certifi, python-click-command-tree, python-coverage-conditional-plugin, python-fastapi, python-jaraco.itertools, python-jaraco.logging, python-jaraco.stream, python-magic, python-nrfutil, python-pc-ble-driver-py, python-piccata, python-pydantic, python-pyspinel, python-pytest-httpserver, python-pytest-shell-utilities, python-pytest-skip-markers, python-requests-wsgi-adapter, python-sphinx-lv2-theme, python-sphinxcontrib-programoutput, python-starlette, python-unearth, reaper, repod and sonivox to community.
* Add packages to extraDavid Runge2022-08-162-0/+22
| | | | | | | | | | .config/nvchecker/extra.toml: Add upstream tracking for libtiff, python-pip, python-resolvelib and seabios. .config/packages/extra.txt: Add libtiff, python-pip, python-resolvelib and seabios to extra.
* Add libgssgglue to coreDavid Runge2022-08-162-0/+7
| | | | | | | | .config/packages/core.txt: Add libgssgglue to core .config/nvchecker/core.toml: Add upstream tracking for libgssglue.
* makepkg: Switch to new signing key for Arch LinuxDavid Runge2022-07-181-1/+1
| | | | | .makepkg.conf: Switch to new signing key `991F6E3F0765CF6295888586139B09DA5BF0D338`.
* mbsync: Change local/remote terminologyDavid Runge2022-07-181-4/+4
| | | | | .mbsyncrc: Use new configuration terminology for remote/local accounts.
* openssh: Do not use identity filesDavid Runge2022-05-221-267/+12
| | | | | | | | | | .ssh/config: Switch all hosts that are already configured to do so away from using a specific IdentityFile. Most hosts are now configured to use a ssh key that is provided via gnupg's ssh-agent facility. Add remote camera host. Remove obsolete Arch Linux related hosts. Remove all Holoplot related hosts.
* zsh: Switch to gnupg as ssh-agentDavid Runge2022-05-221-2/+4
| | | | | .config/zsh/includes/export.zsh: Use SSH_AUTH_SOCK as provided by gnupg.
* gnupg: Add sshcontrol file with keyDavid Runge2022-05-221-0/+11
| | | | | | .gnupg/sshcontrol: Add keygrip `8EB301A8163079AEFBCE77F0185C2B7CEFB786BD` to use the key if gnupg provides ssh-agent capabilities.
* nvchecker: Add packages to communityDavid Runge2022-05-221-0/+40
| | | | | | .config/nvchecker/community.toml: Add libspecbleach, nextcloud-app-{calendar,contacts,mail,notes,tasks} and python-loguru.
* nvchecker: Add packagesDavid Runge2022-05-221-0/+16
| | | | | .config/nvchecker/extra.toml: Add openpmix, prrte and wolfssl
* pkgs: Add packages to communityDavid Runge2022-05-221-0/+7
| | | | | | .config/packages/community.txt: Add libspecbleach, nextcloud-app-{calendar,contacts,mail,notes,tasks} and python-loguru.
* pkgs: Add new packagesDavid Runge2022-05-221-0/+3
| | | | | .config/packages/extra.txt Add openpmix, prrte and wolfssl.
* mutt: Do not pin signing keyDavid Runge2022-05-223-3/+3
| | | | | | .config/mutt/{dave@sleepmap.de,dvzrv@archlinux.org,gpg}.rc: Remove trailing "!" as pinning of the key had the unwanted side-effect of that key also being used for encryption (which does not work...).
* nvchecker: Activate version checking for vde2David Runge2022-05-061-4/+3
| | | | | | .config/nvchecker/extra.toml: The vde2 upstream made a release with tag in git, which means we can now track it.
* mutt: Force use of specific signing keyDavid Runge2022-05-063-3/+3
| | | | | | | .config/mutt/*: Force the use of a specific signing key by appending "!" to the key ID. Gnupg has the bizarre "feature" to just YOLO use any subkey with signing capability it finds instead.
* git: Do not show signatures in logDavid Runge2022-05-061-2/+0
| | | | | | .config/git/config: Do not show signatures in log. It makes the use of tig and git log super slow.
* mutt: Fix include locationsDavid Runge2022-05-063-4/+4
| | | | | .config/mutt/*.rc: Fix remaining include locations to be fully XDG_CONFIG_DIR compliant.
* mimeapps: Prefer eog over fehDavid Runge2022-05-011-1/+1
| | | | | .config/mimeapps.list: Prefer eog over feh, as the latter is X11 only.
* sway: change default background imageDavid Runge2022-05-011-1/+1
| | | | | .config/sway/config.d/hmbx: Change default background image to new location of adwaita dark image.
* shotwell: Change share dir locationDavid Runge2022-05-011-1/+1
| | | | | .local/share/shotwell: Change the target of the symlink according to system changes.
* vim: Do not use themeDavid Runge2022-05-011-3/+0
| | | | | .vimrc: Do not use a theme.
* gpg-agent: Add ssh-agent supportDavid Runge2022-05-011-0/+3
| | | | | .gnupg/gpg-agent.conf: Enable ssh-agent support in gpg-agent
* zsh: Make pkg_keyid_lookup() more robustDavid Runge2022-05-011-1/+1
| | | | | | .config/zsh/includes/functions.zsh: Change pkg_keyid_lookup() to work on blocks of data to become more robust in detecting packages signed by a specific packager.
* nvchecker: Add packages to communityDavid Runge2022-05-011-2/+46
| | | | | | | | | .config/nvchecker/community.toml: Add jack_link, laborejo, lib32-libaio, libcalfbox-lss, libguestfs, mkosi, python-cerberus, python-findpython and tembro. Change libiio exclude_regex to exclude prereleases. Change zsa-wally-cli include_regex to only include Linux related releases.
* pkgs: Add packages to communityDavid Runge2022-05-011-0/+9
| | | | | | .config/packages/community.txt: Add jack_link, laborejo, lib32-libaio, libcalfbox-lss, libguestfs, mkosi, python-cerberus, python-findpython and tembro.
* nvchecker: Add packages for extraDavid Runge2022-05-011-3/+32
| | | | | | .config/nvchecker/extra.toml: Add archinstall, cyrus-sasl, libnitrokey, openmpi, vde2 and update confi for vlc to use git repo.
* pkgs: Add packages to extraDavid Runge2022-05-011-0/+4
| | | | | .config/packages/extra.txt Add cyrus-sasl, libnitrokey, openmpi and vde2
* nvchecker: Add packages for coreDavid Runge2022-05-011-0/+23
| | | | | .config/nvchecker/core.toml: Add audit, gnupg, libaio and libsasl
* pkgs: Add packages to coreDavid Runge2022-05-011-0/+4
| | | | | .config/packages/core.txt: Add audit, gnupg, libaio and libsasl.
* gitignore: Adapt mutt ignoresDavid Runge2022-05-011-2/+2
| | | | | .gitignore: Adapt mutt ignores for new location.
* gpg2mutt: Adapt hardcoded path to be XDG compliantDavid Runge2022-05-011-1/+1
| | | | | bin/gpg2mutt: Change the output file to be XDG_CONFIG_DIR compliant.
* mutt: Fix source pathsDavid Runge2022-05-013-15/+15
| | | | | .config/mutt/*: Fix source paths so that they are XDG_CONFIG_DIR compliant.
* mutt: Use XDG compliant config locationDavid Runge2022-05-0115-0/+0
| | | | | .config/mutt/*: Use XDG_CONFIG_DIR compliant config location
* mutt: Switch to new PGP key 1793DAD5D803A8FFD7451697BB992F9864FAD168David Runge2022-05-012-2/+2
| | | | | | .mutt/{dave@sleepmap.de,gpg}.rc: Switch to new PGP key 1793DAD5D803A8FFD7451697BB992F9864FAD168 for signatures.
* git: Sign all commits and switch default branchDavid Runge2022-05-011-0/+6
| | | | | | | .config/git/config: Show PGP signatures in logs. Switch to "main" as default branch (for new repos). Sign all commits by default.
* ncmpcpp: Remove broken lyrics providerDavid Runge2022-05-011-1/+1
| | | | | .config/ncmpcpp/config: The "genius" lyrics provider is terribly broken. Remove it.
* zsh: Only execute dircolors on systems providing itDavid Runge2022-04-201-1/+3
| | | | | .zshrc: Guard calls to dircolors with check for existence using `command -v`.
* zsh: Only execute systemctl on systems providing itDavid Runge2022-04-201-5/+7
| | | | | | .zprofile: Guard execution of systemctl with a check for existence using `command -v`.
* mc: Update configuration according to new versionDavid Runge2022-03-161-73/+81
| | | | | .config/mc/ini: Update mc config.
* gtk3: Add local mounts to bookmarksDavid Runge2022-03-161-0/+1
| | | | | .config/gtk-3.0/bookmarks: Add local ~/mounts directory to bookmarks.
* mimeapps: Add entry for pdf and ebooksDavid Runge2022-03-161-0/+2
| | | | | .config/mimeapps.list: Set mupdf as default for pdfs and bookworm to the list of ebook viewers.
* nvchecker: Add jack2 and jack-example-tools to extraDavid Runge2022-03-161-0/+12
| | | | | .config/nvchecker/extra.toml: Add jack2 and jack-example-tools
* nvchecker: Add jack and jack-example-tools-git to aurDavid Runge2022-03-161-0/+10
| | | | | .config/nvchecker/aur.toml: Add jack and jack-example-tools-git
* zsh: Remove use of REPORTTIMEDavid Runge2022-03-161-1/+0
| | | | | | .config/zsh/includes/export.zsh: Remove the automatic report for processes executing longer than five seconds.
* zsh: Helper function for package lookup by PGP key IDDavid Runge2022-03-161-0/+17
| | | | | .config/zsh/includes/functions.zsh: Add function to lookup all packages signed by a given PGP key ID.
* sclang: Remove custom local override scriptDavid Runge2022-03-161-18/+0
| | | | | | | bin/sclang: Remove custom local override script used for headless environments. Supercollider should be built to provide headless support directly instead of working around the problem client-side.