Browse Source

readme: fix template

master
Maxim Likhachev 4 years ago
parent
commit
1d16e9896e
  1. 4
      README.md
  2. 44
      scripts/doc.tpl

4
README.md

@ -12,8 +12,8 @@ Ansible roles for configuring Linux and MacOS environments.
# Create README.md: # Create README.md:
$ make doc $ make doc
# Configure local OS: # Configure OS:
$ make $ make [gentoo|macos]
``` ```
---- ----

44
scripts/doc.tpl

@ -1,50 +1,50 @@
doc() { doc() {
cat <<-EOF cat <<-EOF
# OS Configuration # OS Configuration
Ansible roles for configuring Linux and MacOS environments. Ansible roles for configuring Linux and MacOS environments.
## License ## License
[GNU General Public License v3.](https://www.gnu.org/licenses/gpl-3.0.html) [GNU General Public License v3.](https://www.gnu.org/licenses/gpl-3.0.html)
## Usage ## Usage
\`\`\` \`\`\`
# Create README.md: # Create README.md:
$ make doc $ make doc
# Configure local OS: # Configure OS:
$ make $ make [gentoo|macos]
\`\`\` \`\`\`
---- ----
## Configuration files and scripts ## Configuration files and scripts
- [shellrc](https://code.envrm.info/src/shellrc) - Configuration files for shells (bash, tclsh, etc), X, WM and applications. - [shellrc](https://code.envrm.info/src/shellrc) - Configuration files for shells (bash, tclsh, etc), X, WM and applications.
- [scripts-linux](https://code.envrm.info/src/scripts-linux) - Various cli scripts. - [scripts-linux](https://code.envrm.info/src/scripts-linux) - Various cli scripts.
---- ----
## Common Applications ## Common Applications
$apps_common $apps_common
## Linux ## Linux
### Applications ### Applications
$apps_linux $apps_linux
## MacOS ## MacOS
### Applications ### Applications
$apps_macos $apps_macos
### Other ### Other
- [Keyman](https://keyman.com/mac/download) - Input method and screen keyboard for more than 1000 languages. - [Keyman](https://keyman.com/mac/download) - Input method and screen keyboard for more than 1000 languages.
EOF EOF

Loading…
Cancel
Save