File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 4949 echowrn " Skipping terminal applications..."
5050fi
5151
52+ # Restore environment after previous source-ing to avoid confusing logs
53+ source ~ /.dotfiles/err.sh " ${BASH_SOURCE[0]} "
54+ source ~ /.dotfiles/log.sh " ${BASH_SOURCE[0]} "
55+
5256if [[ $arg_desktop -gt 0 ]]; then
5357 source ~ /.dotfiles/install/desktop.sh
5458else
5559 echowrn " Skipping desktop applications..."
5660fi
5761
62+ # Restore environment after previous source-ing to avoid confusing logs
63+ source ~ /.dotfiles/err.sh " ${BASH_SOURCE[0]} "
64+ source ~ /.dotfiles/log.sh " ${BASH_SOURCE[0]} "
65+
5866if [[ " $XDG_CURRENT_DESKTOP " == * " GNOME" * ]]; then
5967 echolog " Restoring idle and lock settings"
6068 gsettings set org.gnome.desktop.session idle-delay " ${idle_delay} "
Original file line number Diff line number Diff line change 3232 fi
3333done
3434
35+ # Restore environment after previous source-ing to avoid confusing logs
36+ source ~ /.dotfiles/err.sh " ${BASH_SOURCE[0]} "
37+ source ~ /.dotfiles/log.sh " ${BASH_SOURCE[0]} "
38+
3539if [[ -z " ${DOTFILES_INSTALL_SH} " ]]; then
3640 echolog " Successful installers: ${DOTFILES_INSTALL_SUCCESS} "
3741 echolog " Failed installers: ${DOTFILES_INSTALL_FAILURE} "
Original file line number Diff line number Diff line change 3333 fi
3434done
3535
36+ # Restore environment after previous source-ing to avoid confusing logs
37+ source ~ /.dotfiles/err.sh " ${BASH_SOURCE[0]} "
38+ source ~ /.dotfiles/log.sh " ${BASH_SOURCE[0]} "
39+
3640if [[ -z " ${DOTFILES_INSTALL_SH} " ]]; then
3741 echolog " Successful installers: ${DOTFILES_INSTALL_SUCCESS} "
3842 echolog " Failed installers: ${DOTFILES_INSTALL_FAILURE} "
You can’t perform that action at this time.
0 commit comments