edit readme
This commit is contained in:
parent
47baaa82a8
commit
5d0eeb2292
1 changed files with 21 additions and 1 deletions
22
README.md
22
README.md
|
@ -1,3 +1,23 @@
|
||||||
# dot-files
|
# dot-files
|
||||||
|
|
||||||
Unitoo standardized dotfiles.
|
Unitoo standardized dotfiles.
|
||||||
|
|
||||||
|
## Directory Logic
|
||||||
|
|
||||||
|
The directory tree logic is the following: program_name/program_name.conf and
|
||||||
|
eventually an associated Markdown file program_name/program_name.md \
|
||||||
|
OR program_name/path/to/conf/program_name.conf
|
||||||
|
&& program_name/path/to/conf/program_name.conf \
|
||||||
|
**Examples:** neovim/neovim.conf, nginx/etc/nginx/nginx.conf
|
||||||
|
|
||||||
|
## Syntax highlighting
|
||||||
|
|
||||||
|
To let Gitlab display the proper syntax highlighting, edit the .gitattribute file
|
||||||
|
accordingly:
|
||||||
|
**Example:**
|
||||||
|
|
||||||
|
```
|
||||||
|
neovim/** gitlab-language=vim
|
||||||
|
spacemacs/** gitlab-language=elisp
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue