mirror of
https://github.com/pgrondek/config.git
synced 2025-02-16 14:56:28 +00:00
6 lines
85 B
Bash
Executable file
6 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
|
|
dconf dump /org/gnome/desktop/ > gnome/desktop.txt
|
|
|
|
git add -A
|
|
git commit
|