Update README.md
This commit is contained in:
parent
eb64c319de
commit
d80d426a68
@ -1,2 +1,9 @@
|
|||||||
# config
|
# config
|
||||||
These are my configs for my personal linux systems (AwesomeWM / X11)
|
These are my configs for my personal linux systems (AwesomeWM / X11)
|
||||||
|
## Installation
|
||||||
|
This is needed to install nvim plugins
|
||||||
|
```bash
|
||||||
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||||
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
|
```
|
||||||
|
otherwise just copy the .local and .config folders into your system's
|
||||||
|
Loading…
Reference in New Issue
Block a user