diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2024-12-06 21:51:50 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2024-12-06 21:51:50 +0100 |
| commit | 1f48896df4e302bd98a67463e8b44dadea8e18bd (patch) | |
| tree | 8cbd8e9ff618c1376f4a5f4936256ad7544cc064 /README.md | |
| parent | 41103239de9942a1cd269d4e88d15128761d32d9 (diff) | |
| parent | abb0dc93dae4709bdfddffe323691d8eb1a9e451 (diff) | |
Merge remote-tracking branch 'github/main'
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -8,9 +8,16 @@ cd dotfiles make ``` -This will download 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 +This will call the [install](install) script from this repository, which 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 +[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 ```vim :PlugInstall |
