(add): scripts dir, mpd-song script

This commit is contained in:
2025-06-12 22:01:56 -04:00
parent f682442c7e
commit fa3bb22ab0
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
if mpc status | grep -q "\[playing\]"; then
mpc status | head -1
fi
+4
View File
@@ -16,6 +16,10 @@ mkdir -p ~/.config/VSCodium/User
ln -sf $PWD/.config/VSCodium/User/settings.json ~/.config/VSCodium/User/settings.json
ln -sfT $PWD/.config/VSCodium/User/snippets ~/.config/VSCodium/User/snippets
# Link for scripts
ln -sfT $PWD/.config/scripts ~/.config/scripts
# Link for dg-shell
ln -sf $PWD/.config/.dg-shell.zsh ~/.config/.dg-shell.zsh