Browse Source

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

Colin Powell 1 month ago
parent
commit
3630fcc79a
3 changed files with 146 additions and 0 deletions
  1. 3 0
      Makefile
  2. 1 0
      bash/.aliases
  3. 142 0
      gnome/.local/share/custom-gconf.conf

+ 3 - 0
Makefile

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

+ 1 - 0
bash/.aliases

@@ -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 it is too large
+ 142 - 0
gnome/.local/share/custom-gconf.conf


Some files were not shown because too many files changed in this diff