forked from unitoo/configurations
modify logic readme
This commit is contained in:
parent
272a56ccb9
commit
c38a4660ef
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -4,10 +4,14 @@ Unitoo standardized dotfiles.
|
||||||
|
|
||||||
## Directory Logic
|
## Directory Logic
|
||||||
|
|
||||||
The directory tree logic is the following: `program_name/program_name.conf` and
|
The directory tree logic is the following: `program_name/program_name.conf` \
|
||||||
eventually an associated Markdown file `program_name/program_name.md` \
|
Each conf file can have
|
||||||
OR `program_name/path/to/conf/program_name.conf`
|
an associated Markdown file named `program_name/program_name.md` \
|
||||||
&& `program_name/path/to/conf/program_name.conf` \
|
|
||||||
|
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`
|
**Examples:** `neovim/neovim.conf, nginx/etc/nginx/nginx.conf`
|
||||||
|
|
||||||
## Syntax highlighting
|
## Syntax highlighting
|
||||||
|
|
Loading…
Reference in a new issue