소스 검색

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

Colin Powell 4 달 전
부모
커밋
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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.