summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 31724de..80ad034 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,17 @@ cd dotfiles
make
```
-This will call the [install](install) script from this repository, which links
+The [install](install) script from this repository links
each configuration file from the dotfiles directory to a dotfile in the users
home directory.
-Also, it links vim configuration files to the respective
-nvim configuration files, installs the official git prompt,
-installs scripts from the bin directory into the users
-bin directory, and finally installs the
+If you have previously managed your vim plugins as in the former version of
+my dotfiles, i.e. using a link from the `.vim` directory to `.config/nvim`,
+you need to remove that link before running `make`, as a new link from
+`dotfiles/nvim` to `.config/nvim` will be created.
+
+The install script also installs scripts from the bin directory into the users
+`.local/bin` directory, and finally installs the
[vim-plug](https://github.com/junegunn/vim-plug) plugin manager from github if
not already present at .vim/autoload. To install the plugins, open vim and type

Contact - Imprint