+1
config/niri/config.kdl
+1
config/niri/config.kdl
+3
-1
install.sh
+3
-1
install.sh
···
35
35
gnome-keyring \
36
36
capitaine-cursors
37
37
38
+
apk add xwayland-satellite --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
39
+
38
40
# Create manager
39
41
adduser manager
40
42
adduser manager wheel # doas
···
77
79
78
80
# Create distroboxes
79
81
mkdir -p ~/Boxes/
80
-
distrobox create -Y -i debian:latest -n dev -H ~/Boxes/dev -ap "git build-essential"
82
+
distrobox create -Y -i debian:latest -n dev -H ~/Boxes/dev -ap "git vim build-essential ccache gdb valgrind"
81
83