Racchiude una serie di file utili per configurare vari applicativi, sia lato server sia lato client.
Find a file
Lorenzo Tucci 9014f68164 add readme
2021-04-10 17:44:30 +02:00
neovim update 2021-04-10 17:42:19 +02:00
.gitattributes change gitattributes and readme 2021-04-10 16:35:32 +02:00
README.md update 2021-04-10 17:42:19 +02:00

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 .gitattributes file accordingly:

neovim/*.conf gitlab-language=vim
spacemacs/*.conf gitlab-language=elisp