I'd like to set up Nano on Windows, but I'm not sure how can I do that. I've seen some guides, but they all mention modifying the nano.rc config file.
The problem is that, this file doesn't exist on my system. I made the file myself, downloaded the nanorc files with syntax highlighting from GitHub and added this line to the config file: (using the nano editor) include c:/user/adam/desktop/nano/c.nanorc
But it doesn't work, I'm not sure where am I supposed to put the config file. If someone can give me a step-by-step tutorial I'd appreciate that.
The one I've downloaded is only the executable, but the one you've linked is an archive with the nano.rc config file and everything. I don't understand why.
EDIT: I followed the instructions, but it still doesn't work.
cygwin may have it, but its kind of its own thing, dunno if it appeals to you. I pulled it down to have all the unix commandline in my windows command line, and g++.
Okay, I downloaded the package, that Furry Guy linked along with some syntax highlighting files. and I tried to run Nano like this:
nano -Y c.nanorc
This c.nanorc file is in the same folder as the Nano executable and the nano.rc file. It did run, but the syntax highlighting didn't work, what am I doing wrong?