1
0

Improve cinnamon

This commit is contained in:
Lionel
2023-02-07 00:20:21 +01:00
parent 103c5e3a5f
commit c1e0a3435d
6 changed files with 78 additions and 32 deletions

View File

@ -16,5 +16,10 @@ fi
git config --global user.name $(id -un)
git config --global user.email .
dconf load / < /usr/local/share/preferences.dconf
if [ ! $(dconf read /import) ]
then
echo "Import"
dconf load / < /usr/local/share/preferences.dconf
dconf write /import true
fi