Add configuration for GNOME
This commit is contained in:
parent
97420532e0
commit
c5f9769acf
24 changed files with 4188 additions and 0 deletions
|
|
@ -120,6 +120,13 @@ if [ -x "$XDG_BIN_HOME/generate-shell-completions" ]; then
|
|||
fi
|
||||
|
||||
|
||||
if [ -f "$HOME/.config/systemd/user/restore-gnome.service" ]; then
|
||||
systemctl --user daemon-reload
|
||||
systemctl --user enable restore-gnome.service
|
||||
systemctl --user status --no-pager restore-gnome.service || true
|
||||
fi
|
||||
|
||||
|
||||
echo ""
|
||||
echo "The dotfiles were installed successfully (branch: $DOTFILES_BRANCH)"
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue