15 lines
302 B
Markdown
15 lines
302 B
Markdown
# dotfiles
|
|
|
|
My personal configuration files.
|
|
|
|
# Installation
|
|
|
|
To simplify the installation of the configuration files, GNU Stow is required.
|
|
First, clone the repository in your home directory.
|
|
|
|
Configuration files are divided by category and they can be installed like this:
|
|
|
|
```bash
|
|
$ stow neovim
|
|
```
|