dot-files/README.md

23 lines
592 B
Markdown
Raw Normal View History

2021-04-09 14:35:47 +02:00
# dot-files
2021-04-10 16:24:53 +02:00
Unitoo standardized dotfiles.
## Directory Logic
2021-04-10 16:26:56 +02:00
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`
2021-04-10 16:24:53 +02:00
## Syntax highlighting
2021-04-10 16:26:56 +02:00
To let Gitlab display the proper syntax highlighting,
edit the .gitattribute file accordingly: \
2021-04-10 16:24:53 +02:00
**Example:**
2021-04-10 16:26:56 +02:00
```txt
2021-04-10 16:24:53 +02:00
neovim/** gitlab-language=vim
spacemacs/** gitlab-language=elisp
2021-04-10 16:26:56 +02:00
```