浏览代码

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

Colin Powell 1 月之前
父节点
当前提交
3630fcc79a
共有 3 个文件被更改,包括 146 次插入0 次删除
  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"

文件差异内容过多而无法显示
+ 142 - 0
gnome/.local/share/custom-gconf.conf


部分文件因为文件数量过多而无法显示