Racchiude una serie di file utili per configurare vari applicativi, sia lato server sia lato client.
Go to file
Lorenzo Tucci 5d0eeb2292 edit readme 2021-04-10 16:24:53 +02:00
neovim rename file 2021-04-10 16:04:58 +02:00
.gitattributes gitattribute 2021-04-10 16:04:40 +02:00
README.md edit readme 2021-04-10 16:24:53 +02:00

README.md

dot-files

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