From b08f5b57590b1982097c24f08eab618711016889 Mon Sep 17 00:00:00 2001 From: Tiago Almeida Date: Thu, 19 Sep 2019 03:36:21 +0100 Subject: [PATCH] Enter some links and documentation. --- readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cc0dec2..bb601d2 100644 --- a/readme.md +++ b/readme.md @@ -83,6 +83,12 @@ Add your preferable languages one by onento the file. For example: include "~/.nano/c.nanorc" ``` +# Themes - WIP + +There are three themes that you can use. + + + # Tricks & Tweaks ## MacOS @@ -94,4 +100,8 @@ This is reported in [Issue 52](https://github.com/scopatz/nanorc/issues/52). # Acknowledgements -Some of these files are derived from the original [Nano](https://www.nano-editor.org) editor [repo](https://git.savannah.gnu.org/cgit/nano.git) +- [Nano Editor](https://www.nano-editor.org) for some `nanorc` files. +- [nanorc-mac](https://github.com/richrad/nanorc-mac) for the themes idea. +- [Bruce Barnert](http://www.grymoire.com/Unix/Sed.html#toc-uh-5) for good `sed` documentation. + +- And to all contributors!