aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* helix: Use clippy for checking and nightly rustfmt for formatting RustHEADmasterDavid Runge13 days1-0/+7
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* nvchecker: Remove unused packages from extraDavid Runge2024-03-141-472/+0
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* khal: Adapt to changed directory setup of vdirsyncerDavid Runge2024-03-141-10/+10
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* vdirsyncer: Separate upstreams into different directoriesDavid Runge2024-03-141-3/+3
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* nvchecker: Adapt config to better detect shadow updatesDavid Runge2024-02-171-2/+2
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* nvchecker: Add ssh-openpgp-auth and sshd-openpgp-auth to extraDavid Runge2024-02-101-0/+10
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* nvchecker: Exclude prereleases when checking for apparmor updatesDavid Runge2024-02-071-1/+1
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* zsh: Add export for CARGO_HOMEDavid Runge2024-02-011-0/+1
| | | | | | | Have CARGO_HOME point at a location in ~/.local/state to not pollute home. Signed-off-by: David Runge <dave@sleepmap.de>
* zsh: Add export for RUSTUP_HOMEDavid Runge2024-02-011-0/+3
| | | | | | Set RUSTUP_HOME to a location in ~/.local/state/ to not pollute home. Signed-off-by: David Runge <dave@sleepmap.de>
* nvchecker: Add packages to extraDavid Runge2024-02-011-0/+16
| | | | | | Add cargo-license, fractal, nethsm-pkcs11 and tangler. Signed-off-by: David Runge <dave@sleepmap.de>
* helix: Add pyright as LSP for PythonDavid Runge2024-02-011-0/+19
| | | | | | Add some comments about how to add ruff-lsp Signed-off-by: David Runge <dave@sleepmap.de>
* zsh: Add export for CARGO_TARGET_DIRDavid Runge2024-02-011-0/+3
| | | | | | | Set CARGO_TARGET_DIR to target a .cache directory, so that it is shared amongst projects and can be cleaned up centrally. Signed-off-by: David Runge <dave@sleepmap.de>
* nvchecker: Add packagesDavid Runge2024-01-061-0/+11
| | | | | | Add cargo-cyclonedx and cargo-release Signed-off-by: David Runge <dave@sleepmap.de>
* nvchecker: Add and remove packagesDavid Runge2024-01-052-0/+5
| | | | | | | Add python-regress. Remove fluajho and vico. Signed-off-by: David Runge <dave@sleepmap.de>
* mimeapps: Update list for new browser tests (e.g. vivaldi)David Runge2024-01-051-7/+2
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* nvim: Adapt wording for proper OpenPGP terminology in ultisnipsDavid Runge2024-01-052-9/+5
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* sway: Fix screenshot key bindings to work properlyDavid Runge2024-01-051-2/+2
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* git: Add more directories and files to ignoreDavid Runge2024-01-051-1/+14
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* nvchecker: Consolidate packages in [extra]David Runge2024-01-051-67/+43
| | | | | | | | | | | | | Add libgssglue, python-assertpy, python-dep-logic, python-truststore, python-tzdata, ruby-test-unit-ruby-core, ruby-warning, sequoia-sq. Remove acpi_call, bbswitch, gandi.cli, lib32-boost, networkmanager-l2tp, nomacs-plugins, python-flufl.testing, python-pytest-verbose-parametrize, python-sphinx-book-theme, python-vmprof, r8168, smtube, vhba-module. Update kmidimon, lilypond, portmidi, simde. Signed-off-by: David Runge <dave@sleepmap.de>
* nvchecker: Remove libgssglue from [core]David Runge2024-01-051-6/+0
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* zsh: Update nvt wrapper to also track state changes in gitDavid Runge2024-01-051-10/+18
| | | | | | | | Remove unnecessary curly braces. Add git integration for state dir to automatically push updated change to state git repo. Signed-off-by: David Runge <dave@sleepmap.de>
* zsh: Add custom completions for the nvc and nvt wrappersDavid Runge2024-01-052-0/+19
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* zsh: Add local dir for shell completionsDavid Runge2024-01-051-3/+9
| | | | | | | Add local dir for custom completions. Check all dirs for existence before adding them to fpath. Signed-off-by: David Runge <dave@sleepmap.de>
* Migrate alacritty configuration to >= 0.13David Runge2023-12-282-912/+80
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* sway: Ensure that screenshot commands workDavid Runge2023-12-251-2/+2
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* dav: Move calendars and contacts to XDG compliant dirsDavid Runge2023-12-253-18/+18
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* nvchecker: Remove fluajho and vico as their upstream is goneDavid Runge2023-12-191-10/+0
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* mbsync: Output mailboxes.rc to XDG compliant mutt config dirDavid Runge2023-12-191-1/+1
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* makepkg: Automatically use all available cores when buildingDavid Runge2023-12-191-0/+1
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* waybar: Remove min-height so all buttons behave the same (height-wise)David Runge2023-12-031-1/+0
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* bin: Remove unused scriptsDavid Runge2023-12-0325-3002/+0
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* waybar: Add better padding, use input ttf and rounded cornersDavid Runge2023-12-031-13/+9
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* waybar: Replace pulseaudio module with wireplumber moduleDavid Runge2023-12-031-17/+4
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* sway: Use a scale factor of 1.5 for frmwrk's default outputDavid Runge2023-12-031-0/+1
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* sway: Consolidate configuration for more hostsDavid Runge2023-12-031-183/+146
| | | | | | | | Flatten config structure. Add includes for all sub-configuration. Remove unnecessary comments. Signed-off-by: David Runge <dave@sleepmap.de>
* sway: Add output configuration for hmbxDavid Runge2023-12-031-0/+2
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* sway: Add output configuration for frmwrkDavid Runge2023-12-031-0/+5
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* sway: Add bindsym config for frmwrkDavid Runge2023-12-031-0/+7
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* pkgs: Add packages to extraDavid Runge2023-12-031-0/+10
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* pkgs: Remove dhcpcdDavid Runge2023-12-031-1/+0
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* nvchecker: Add and remove packages in extraDavid Runge2023-12-031-15/+65
| | | | | | | | | | | | | Add dhcpcd, epubcheck, lib32-zlib, libblockdev, python-authheaders-psddmarc-participants, python-devtools, python-nethsm-sdk-py, python-pyftdi, python-saml, python-sphinxygen, udisks2, zbus_xmlgen, zix. Remove icecast, python-setuptools-scm-git-archive. Adapt mellite to moved upstream. Adapt guestfs-tools and libguestfs to more generically find stable versions. Signed-off-by: David Runge <dave@sleepmap.de>
* nvchecker: Track gnupg 2.4.x, remove dhcpcdDavid Runge2023-12-031-6/+1
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* sway: Add further screen for hmbx and update background imageDavid Runge2023-12-031-1/+7
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* sway: Move fractal to workspace 9David Runge2023-12-031-0/+1
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* gopass: Update to latest config layoutDavid Runge2023-12-031-2/+4
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* helix: Remove broken language config for PythonDavid Runge2023-12-031-20/+0
| | | | | | | | With newer helix this config does no longer work. It is better to find a ruff based one in the future as noone in their right mind should configure e.g. flake8. Signed-off-by: David Runge <dave@sleepmap.de>
* zellij: Also lock with Ctrl + q (and move quite to Alt + q)David Runge2023-12-031-3/+3
| | | | | | Exiting on Ctrl + q is dangerous and happens all the time... Signed-off-by: David Runge <dave@sleepmap.de>
* ssh: Remove all use of IdentityFileDavid Runge2023-12-031-4/+0
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* gtk3: Update bookmarksDavid Runge2023-09-281-1/+3
| | | | | | | Update location for package sources. Add default location for mobile pictures and screenshots. Signed-off-by: David Runge <dave@sleepmap.de>
* zsh: Remove all boilerplate from .zloginDavid Runge2023-09-281-20/+0
| | | | Signed-off-by: David Runge <dave@sleepmap.de>