summaryrefslogtreecommitdiff
path: root/README.md
blob: 54c7465b714a422365cbf9832c83745400390226 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# dotfiles

To use the configuration files and scripts from this repo on a Linux box:

```bash
git clone https://github.com/jranke/dotfiles
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

```vim
:PlugInstall
```

For vim versions <= 7.4.1453 (as on Debian jessie) the legacy vim plugin
Vim-R-plugin version 1.2.8 will be configured for vim-plug. To install the
corresponding vimcom package from github, type

```bash
make vimcom
```

Note that the vim version in Debian wheezy is < 7.4 and therefore an even older
version of the R plugin would be necessary.

Contact - Imprint