Watch
1
0
Fork
You've already forked dotfiles
0

Add configuration for GNOME

This commit is contained in:
Alexander Hess 2026-08-03 14:30:55 +02:00
commit c5f9769acf
Signed by: alexander
GPG key ID: B46EDB4DFC26805D
24 changed files with 4188 additions and 0 deletions

View file

@ -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 ""