configurations/README.md
Lorenzo Tucci 8513a9b3d2 fix format
2021-04-10 16:32:25 +02:00

25 lines
695 B
Markdown

# dot-files
Unitoo standardized dotfiles.
## Directory Logic
The directory tree logic is the following: `program_name/program_name.conf` \
Each conf file can have
an associated Markdown file named `program_name/program_name.md` \
You can also put the conf inside the actual path
of the configuration file following this logic: \
`program_name/path/to/conf/program_name.conf,
program_name/path/to/conf/program_name.md`
**Examples:** `neovim/neovim.conf, nginx/etc/nginx/nginx.conf`
## Syntax highlighting
In order to display the proper syntax highlighting on Gitlab,
edit the .gitattribute file accordingly: \
```txt
neovim/** gitlab-language=vim
spacemacs/** gitlab-language=elisp
```