From 6273a71c0b756669ba045f5d22c40f44c4f1a4d2 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 20 Feb 2018 21:24:24 -0700 Subject: [PATCH] shortcut sync now distinct --- src/larbs_user.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/larbs_user.sh b/src/larbs_user.sh index 8949eb9..bd55227 100755 --- a/src/larbs_user.sh +++ b/src/larbs_user.sh @@ -103,8 +103,15 @@ git clone https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /h blue Downloading email setup... git clone https://github.com/lukesmithxyz/mutt-wizard.git /home/$NAME/.config/mutt -blue "Preparing welcome message..." -curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/src/welcome_i3 >> /home/$NAME/.config/i3/config +blue Downloading shortcut sync... +git clone https://github.com/LukeSmithxyz/shortcut-sync.git && + rsync shortcut-sync/shortcuts.sh ~/.scripts/ && + rsync shortcut-sync/folders ~/.scripts/ && + rsync shortcut-sync/configs ~/.scripts/ && + rm -rf shortcut-sync/ blue "Generating bash/ranger/qutebrowser shortcuts..." bash /home/$NAME/.config/Scripts/shortcuts.sh + +blue "Preparing welcome message..." +curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/src/welcome_i3 >> /home/$NAME/.config/i3/config