set up pulling to htpc from gh

This commit is contained in:
zerf58 2024-03-31 20:12:02 -07:00
parent 38b91fe5eb
commit 62d3a0a507
2 changed files with 24 additions and 17 deletions

7
init.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
rm /home/htpc/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
ln /home/htpc/scripts/PJ/xfce4-keyboard-shortcuts.xml /home/htpc/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
rm /home/htpc/.kodi/userdata/keymaps/keyboard.xml
ln /home/htpc/scripts/PJ/keyboard.xml /home/htpc/.kodi/userdata/keymaps/keyboard.xml