[gnome] Add makefile and allow syncing gconf settings for Gnome

This commit is contained in:
2025-03-27 16:19:00 -04:00
parent ad75001a79
commit 3630fcc79a
3 changed files with 291 additions and 0 deletions

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
run:
stow -t ~ */
dconf load / < gnome/.local/share/custom-shortcuts.conf

View File

@ -19,3 +19,4 @@ alias vdeploy="ssh life.unbl.ink \"rm -rf /root/vrobbler-venv/lib/python3.11/sit
alias vsh="ssh life.unbl.ink vrobbler shell_plus"
alias docker="podman $*"
alias docker-compose="podman-compose $*"
alias dump_gconf="dconf dump / > ~/.dotfiles/gnome/.local/share/custom-gconf.conf"

File diff suppressed because one or more lines are too long