moved firefox addon to interactive script

This commit is contained in:
Jonas Forsberg
2020-08-03 10:19:23 +02:00
parent 6540462723
commit 5b063c09c1
3 changed files with 22 additions and 17 deletions

View File

@@ -93,6 +93,17 @@ function do_salt_call(){
$salt state.apply pillar="{username: $USER}"
}
function firefox_addons(){
new_log "Installing firefox addons"
if [[ ! -f "$HOME/bin/install_firefox_addon" ]];then
printf "install firefox addon script not found, run dotfile sync first"
fi
if asktobreak;then
return
fi
exec $HOME/bin/install_firefox_addon
}
setup_dotfiles
do_salt_call
gnome_key_bindings