add dap-update script, add i3 & alacritty shortcut for bold font

This commit is contained in:
2025-02-10 23:19:52 +01:00
parent 1a1e3c7242
commit 3c9f625688
7 changed files with 50 additions and 4 deletions

12
bin/dap-update Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
#
DEVICE_PATH=$1
if [ -z $DEVICE_PATH ] ; then
echo "missing 1st argument (DEVICE_PATH), ie. where to download the files"
exit 1
fi
rsync -avz --progress --ignore-existing tele-rpi5:/mnt/usb/audio/ $DEVICE_PATH