Skip to content

Commit a8741e6

Browse files
committed
Add more DMS setup
Signed-off-by: Marcus Crane <marcus@utf9k.net>
1 parent 45c885a commit a8741e6

6 files changed

Lines changed: 25 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// stub — managed by DMS at runtime
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// stub — managed by DMS at runtime
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// stub — managed by DMS at runtime
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// stub — managed by DMS at runtime

run_once_01_packages-linux-arch.sh.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ca-certificates
1818
cava
1919
chezmoi
2020
cliphist
21+
cups-pk-helper
2122
curl
2223
dart-sass
2324
dolphin
@@ -27,6 +28,7 @@ fastfetch
2728
fcitx5
2829
ffmpeg
2930
firefox
31+
fprintd
3032
fuzzel
3133
fzf
3234
gcc
@@ -49,6 +51,7 @@ libadwaita
4951
libcanberra
5052
libnotify
5153
kitty
54+
khal
5255
kwayland-integration
5356
mise
5457
networkmanager
@@ -75,6 +78,7 @@ qt6-wayland
7578
readline
7679
slurp
7780
socat
81+
swaylock
7882
sqlite
7983
tcpdump
8084
tesseract
@@ -115,6 +119,8 @@ PATH="/usr/bin:/usr/sbin:$PATH" yay -S --needed --noconfirm \
115119
adw-gtk-theme \
116120
aylurs-gtk-shell-git \
117121
dms-shell-bin \
122+
dsearch-bin \
123+
quickshell-git \
118124
libastal-meta \
119125
gpu-screen-recorder \
120126
gradia \
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{{- if (eq .chezmoi.os "linux") -}}
2+
#!/usr/bin/env bash
3+
4+
set -euo pipefail
5+
6+
if ! command -v dms &> /dev/null; then
7+
echo "dms not installed, skipping"
8+
exit 0
9+
fi
10+
11+
echo "Enabling dms.service..."
12+
systemctl --user enable dms.service
13+
echo "dms.service enabled"
14+
15+
{{ end -}}

0 commit comments

Comments
 (0)