dotfiles/README.md
2024-01-05 04:42:44 +00:00

10 lines
391 B
Markdown

# config
These are my configs for my personal linux systems (AwesomeWM / X11)
## Installation
This is needed to install nvim plugins
```bash
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/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