moved firefox addon to interactive script
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user