firefox profile download added

This commit is contained in:
Luke Smith 2018-07-07 02:15:54 -04:00
parent b745fd3d31
commit 073a08a0fa

View File

@ -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 '<b>Welcome to LARBS:</b> Press Super+F1 for the manual.' -t 10000" >> /home/$(whoami)/.config/i3/config