blob: 6339a3c378fab29b069a839eeae49af52ec90427 (
plain) (
tree)
|
|
# 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
```
|