summaryrefslogtreecommitdiff
path: root/README.md
blob: 6339a3c378fab29b069a839eeae49af52ec90427 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
```

Contact - Imprint