aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-06 09:12:27 +0200
committerneodarz <neodarz@neodarz.net>2019-09-06 09:12:27 +0200
commit0a7be29623c8e722107b2d53fe524c6d65f70588 (patch)
treecd4e1da8f236c464a0e1d6953cf3d0b8bfcbf6d6 /README.md
parent5c4458dd744821b6cfc74c20b24f59740ba4c929 (diff)
downloaddotfiles-0a7be29623c8e722107b2d53fe524c6d65f70588.tar.xz
dotfiles-0a7be29623c8e722107b2d53fe524c6d65f70588.zip
Update install
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 87d0cf8..bf49eb7 100644
--- a/README.md
+++ b/README.md
@@ -51,5 +51,20 @@ However for install dotfiles you need to do it yourself. :p
`./dotdrop.sh install`
+For install system dotfile you need to use the root user and the
+`system-config.yaml` config file.
+
+`sudo ./dotdrop.sh install --cfg=system-config.yaml`
+
This install the dotfiles for the profiles listed in `config.yaml` file.
Check the documentation for more info about profiles and how to use it.
+
+You also need to install all softawre who use this dotfile, for that you
+just to use `install.sh`. It's install softwares *and* dotfiles.
+
+The `install.sh` script is decouped in 4 parts:
+- common software installation
+- software's dotfile (It' can be a repition of previous part)
+- dotfiles installation
+- post dotfiles installation for some software like vim who need to install
+plugins.