feat: vim/undofile, dunstrc and vol control

This commit is contained in:
Zhongheng Liu 2026-01-01 18:22:26 +01:00
commit c48264d214
Signed by untrusted user who does not match committer: steven
GPG key ID: 805A28B071DAD84B
5 changed files with 616 additions and 1 deletions

View file

@ -4,6 +4,7 @@ install:
$(MAKE) -C ./starship
$(MAKE) -C ./dwl install
$(MAKE) -C ./someblocks install
$(MAKE) -C ./dunst install
cd ./somebar && meson setup build --reconfigure && ninja -C build && ninja -C build install && cd ..