From d1934220dbb59346ba6a32f8a428cd9023cb78eb Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 2 Aug 2018 10:47:53 -0400 Subject: [PATCH] shortcut-sync repo removed --- larbs.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/larbs.sh b/larbs.sh index 3bbea54..4b51ac5 100755 --- a/larbs.sh +++ b/larbs.sh @@ -102,8 +102,6 @@ rm -rf /tmp/dotfiles/ sudo -u $name git clone --depth 1 $dotfilesrepo /tmp/dotfiles &>/dev/null && sudo -u $name rsync -rl /tmp/dotfiles/ /home/$name -sudo -u $name curl -s https://raw.githubusercontent.com/LukeSmithxyz/shortcut-sync/master/shortcuts.sh > /home/$name/.scripts/shortcuts.sh && chown $name:wheel /home/$name/.scripts/shortcuts.sh && chmod +x /home/$name/.scripts/shortcuts.sh - dialog --infobox "Preparing welcome message..." 4 50 echo "exec_always --no-startup-id notify-send -i ~/.scripts/larbs.png 'Welcome to LARBS: Press Super+F1 for the manual.' -t 10000" >> /home/$name/.config/i3/config