mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 12:03:43 +00:00
7 lines
85 B
Bash
Executable File
7 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
dconf dump /org/gnome/desktop/ > gnome/desktop.txt
|
|
|
|
git add -A
|
|
git commit
|