1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +00:00

Update system-config-files.md

This commit is contained in:
Ananthu
2023-06-15 18:04:35 +05:30
committed by deadc0de
parent 8864d954e6
commit a2de4cfb0c

View File

@@ -27,3 +27,8 @@ $ sudo dotdrop import --cfg=config-root.yaml <some-dotfile>
$ sudo dotdrop install --cfg=config-root.yaml
...
```
When commiting the local and system wide changes git will complain about permission. To fix that run:
```
$ sudo chown -R <user>:<user> <system-wide-dotfiles>
```