From 073a08a0fa8e8c0427862788694bfe31a67dca43 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 7 Jul 2018 02:15:54 -0400 Subject: [PATCH] firefox profile download added --- src/larbs_user.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/larbs_user.sh b/src/larbs_user.sh index 073ddfc..e5d38c5 100755 --- a/src/larbs_user.sh +++ b/src/larbs_user.sh @@ -46,6 +46,11 @@ git clone --depth 1 https://github.com/LukeSmithxyz/shortcut-sync.git >/dev/null bash /home/$(whoami)/.scripts/shortcuts.sh >/dev/null && rm -rf shortcut-sync/ >/dev/null +dialog --infobox "Creating LARBS Firefox profile..." 4 60 +git clone --depth 1 https://github.com/LukeSmithxyz/mozilla-larbs.git >/dev/null && + rsync -r mozilla-larbs/firefox/larbs.default ~/.mozilla/firefox/ && + rsync mozilla-larbs/firefox/profiles.ini ~/.mozilla/firefox/ + 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/$(whoami)/.config/i3/config