Compare commits

...

39 Commits

Author SHA1 Message Date
27cc4e8a86 packages: Add pulumi 2025-07-29 09:14:37 +02:00
fd30e9d7ef packages: Add podman 2025-07-29 09:14:32 +02:00
6c78ae24f4 aur: Update slack-desktop 2025-07-28 09:05:27 +02:00
ff57670936 aur: Update portfolio-performance-bin 2025-07-16 17:42:05 +02:00
53ca90c0b1 aur: Update terraform-ls-bin 2025-06-23 16:55:24 +02:00
fb52961120 aur: Update portfolio-performance-bin 2025-06-23 16:55:21 +02:00
f3785233c1 aur: Update portfolio-performance-bin 2025-06-17 09:13:33 +02:00
838e99cb19 Do not fail on missing variables in PKGBUILDs 2025-06-10 10:00:57 +02:00
6b0c74b674 aur: Update slack-desktop 2025-06-10 09:53:33 +02:00
0befa8b6f5 aur: Update portfolio-performance-bin 2025-06-10 09:53:30 +02:00
ea465fc075 aur: Update backblaze-b2 2025-06-10 09:53:29 +02:00
bc414939e6 aur: Update spotify 2025-05-21 07:25:19 +02:00
b1db300ae8 aur: Update slack-desktop 2025-05-21 07:25:19 +02:00
0489a0e856 aur: Update portfolio-performance-bin 2025-05-21 07:25:16 +02:00
9348ebce7c aur: Update backblaze-b2 2025-05-21 07:25:15 +02:00
a307940bf4 aur: Update aws-sam-cli 2025-05-21 07:25:15 +02:00
c8413c975f packages: Install kolourpaint 2025-05-08 15:49:47 +02:00
7a71f28303 Fix brightnessctl shortcuts 2025-05-08 15:49:40 +02:00
399294ae65 aur: Update slack-desktop 2025-05-08 15:37:26 +02:00
e5b8ded7fa aur: Update python-aws-lambda-builders 2025-05-08 15:37:24 +02:00
da6db3276c aur: Update portfolio-performance-bin 2025-05-08 15:37:23 +02:00
5d4e3ac606 aur: Update nodejs-intelephense 2025-05-08 15:37:23 +02:00
e095b487dc aur: Update google-earth-pro 2025-05-08 15:37:23 +02:00
1ca7f09ea4 aur: Update aws-sam-cli 2025-05-08 15:37:22 +02:00
205f284c47 Replace xbacklight with brightnessctl 2025-04-26 11:22:58 +02:00
394e4686f3 packages: Install yq 2025-04-25 15:20:39 +02:00
4ed570c7a2 packages: Remove sipcalc 2025-04-24 17:48:43 +02:00
78504a3b1b packages: Use new xbacklight package 2025-04-24 17:44:48 +02:00
be6aa9f66f packages: Remove pinta 2025-04-24 17:39:49 +02:00
0fd006d6c3 Add test for hades 2025-04-24 17:12:00 +02:00
9d5783db39 packages: Install hexyl 2025-04-24 17:11:07 +02:00
c75cdb4473 packages: Replace dnf with dnf5 2025-04-24 17:10:51 +02:00
61b6f85ef3 git: Fix config 2025-04-24 17:10:39 +02:00
1d4597c7db Remove confusing remote_tmp configuration 2025-04-24 17:10:34 +02:00
897280fc3d aur: Update vim-plug 2025-04-14 10:23:49 +02:00
9bd326a7cb aur: Update spotify 2025-04-14 10:23:48 +02:00
ce316547aa aur: Update slack-desktop 2025-04-14 10:23:48 +02:00
7712c0b153 aur: Update portfolio-performance-bin 2025-04-14 10:23:45 +02:00
d086320dfb git: Enable rerere 2025-04-11 10:54:20 +02:00
16 changed files with 50 additions and 24 deletions

View File

@@ -3,4 +3,3 @@ retry_files_enabled = False
nocows = 1 nocows = 1
roles_path = ./ansible_roles roles_path = ./ansible_roles
library = ./ansible_roles/firefox/library library = ./ansible_roles/firefox/library
remote_tmp = ${XDG_CONFIG_HOME}/ansible/tmp

View File

@@ -131,3 +131,5 @@
# delta detects terminal colors automatically; set one of these to disable auto-detection # delta detects terminal colors automatically; set one of these to disable auto-detection
# dark = true # dark = true
# light = true # light = true
[rerere]
enabled = true

View File

@@ -324,8 +324,8 @@ bindsym XF86AudioNext exec --no-startup-id playerctl -p spotify next
bindsym XF86AudioPrev exec --no-startup-id playerctl -p spotify previous bindsym XF86AudioPrev exec --no-startup-id playerctl -p spotify previous
# keys seemingly switched # keys seemingly switched
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 8 ; exec --no-startup-id $scriptdir/update-status bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set 8%+ ; exec --no-startup-id $scriptdir/update-status
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 8 ; exec --no-startup-id $scriptdir/update-status bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 8%- ; exec --no-startup-id $scriptdir/update-status
bindsym $mod+m exec --no-startup-id pactl set-source-mute '@DEFAULT_SOURCE@' toggle bindsym $mod+m exec --no-startup-id pactl set-source-mute '@DEFAULT_SOURCE@' toggle
bindsym $mod+space exec --no-startup-id pactl set-source-mute '@DEFAULT_SOURCE@' toggle bindsym $mod+space exec --no-startup-id pactl set-source-mute '@DEFAULT_SOURCE@' toggle

View File

@@ -110,8 +110,6 @@ pavucontrol:
archlinux: ["pavucontrol-qt"] archlinux: ["pavucontrol-qt"]
pinentry-qt: pinentry-qt:
archlinux: ["pinentry"] archlinux: ["pinentry"]
pinta:
archlinux: ["pinta"]
pass: pass:
archlinux: ["pass", "passff-host", "xclip"] archlinux: ["pass", "passff-host", "xclip"]
urxvt: urxvt:
@@ -163,8 +161,8 @@ python-modules:
- python-semver - python-semver
black: black:
archlinux: ["python-black"] archlinux: ["python-black"]
xbacklight: brightnessctl:
archlinux: ["acpilight"] archlinux: ["brightnessctl"]
wireshark: wireshark:
archlinux: ["wireshark-cli", "wireshark-qt"] archlinux: ["wireshark-cli", "wireshark-qt"]
nmap: nmap:
@@ -241,7 +239,7 @@ inotify:
rclone: rclone:
archlinux: ["rclone"] archlinux: ["rclone"]
dnf: dnf:
archlinux: ["dnf"] archlinux: ["dnf5"]
rust: rust:
archlinux: archlinux:
- rustup - rustup
@@ -257,8 +255,6 @@ rust:
- cargo-binstall - cargo-binstall
musescore: musescore:
archlinux: ["musescore"] archlinux: ["musescore"]
sipcalc:
archlinux: ["sipcalc"]
rofi: rofi:
archlinux: ["rofi"] archlinux: ["rofi"]
imv: imv:
@@ -565,3 +561,19 @@ supertuxkart:
dua: dua:
archlinux: archlinux:
- dua-cli - dua-cli
hexyl:
archlinux:
- hexyl
yq:
archlinux:
- go-yq
kolourpaint:
archlinux:
- kolourpaint
podman:
archlinux:
- podman
- podman-compose
pulumi:
archlinux:
- pulumi

View File

@@ -21,8 +21,10 @@ proctected=(
) )
for pkgbuild in pkgbuilds/*/PKGBUILD ; do for pkgbuild in pkgbuilds/*/PKGBUILD ; do
set +o nounset
# shellcheck disable=SC1090 # shellcheck disable=SC1090
source "${pkgbuild}" source "${pkgbuild}"
set -o nounset
aurdeps+=("${depends[@]%%[<=>]*}" "${makedepends[@]%%[<=>]*}" "${checkdepends[@]%%[<=>]*}" "${pkgname}") aurdeps+=("${depends[@]%%[<=>]*}" "${makedepends[@]%%[<=>]*}" "${checkdepends[@]%%[<=>]*}" "${pkgname}")
done done

19
test.sh
View File

@@ -79,8 +79,6 @@ qemuopts=(
"-accel" "kvm" "-accel" "kvm"
"-drive" "if=pflash,format=raw,readonly=true,file=/usr/share/edk2/x64/OVMF_CODE.4m.fd"
"-drive" "if=pflash,format=raw,file=${tmpdir}/efivars.fd"
"-machine" "q35,smm=on,acpi=on" "-machine" "q35,smm=on,acpi=on"
"-smp" "cpus=8,sockets=1,cores=8,threads=1" "-smp" "cpus=8,sockets=1,cores=8,threads=1"
"-cpu" "host" "-cpu" "host"
@@ -253,10 +251,23 @@ download_iso
for hostname in "${machines[@]}"; do for hostname in "${machines[@]}"; do
case "${hostname}" in case "${hostname}" in
ares) ares)
hostqemuopts=("-device" "ide-hd,drive=root") hostqemuopts=(
"-device" "ide-hd,drive=root"
"-drive" "if=pflash,format=raw,readonly=true,file=/usr/share/edk2/x64/OVMF_CODE.4m.fd"
"-drive" "if=pflash,format=raw,file=${tmpdir}/efivars.fd"
)
;; ;;
neptune) neptune)
hostqemuopts=("-device" "nvme,serial=rootnvme,drive=root") hostqemuopts=(
"-device" "nvme,serial=rootnvme,drive=root"
"-drive" "if=pflash,format=raw,readonly=true,file=/usr/share/edk2/x64/OVMF_CODE.4m.fd"
"-drive" "if=pflash,format=raw,file=${tmpdir}/efivars.fd"
)
;;
hades)
hostqemuopts=(
"-device" "ide-hd,drive=root"
)
;; ;;
*) *)
exit 1 exit 1