Fix: link to /home/electron/Documents/Code/github-jreichmann/dotfiles instead of assuming the local repo location

This commit is contained in:
Jona Reichmann 2018-05-24 13:25:46 +02:00
parent 266d984eab
commit ebc9c7c6d6

View File

@ -1,4 +1,4 @@
#!/bin/bash
rm ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
ln -s ~/.dotfiles/xfce4-keyboard-shortcuts.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
ln -s `pwd`/xfce4-keyboard-shortcuts.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml