(add): scripts dir, mpd-song script
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if mpc status | grep -q "\[playing\]"; then
|
||||||
|
mpc status | head -1
|
||||||
|
fi
|
||||||
@@ -16,6 +16,10 @@ mkdir -p ~/.config/VSCodium/User
|
|||||||
ln -sf $PWD/.config/VSCodium/User/settings.json ~/.config/VSCodium/User/settings.json
|
ln -sf $PWD/.config/VSCodium/User/settings.json ~/.config/VSCodium/User/settings.json
|
||||||
ln -sfT $PWD/.config/VSCodium/User/snippets ~/.config/VSCodium/User/snippets
|
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
|
# Link for dg-shell
|
||||||
|
|
||||||
ln -sf $PWD/.config/.dg-shell.zsh ~/.config/.dg-shell.zsh
|
ln -sf $PWD/.config/.dg-shell.zsh ~/.config/.dg-shell.zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user