Skip to content

Instantly share code, notes, and snippets.

@injust
injust / install-nanorc.sh
Last active October 28, 2024 07:36 — forked from BlakeGardner/install nano.sh
nano: Syntax highlighting
brew install gnu-sed nano nanorc
echo 'include "'"$(brew --prefix)"'/share/nanorc/*.nanorc"' >> ~/.nanorc
gsed -i 's/icolor brightnormal/icolor normal/g' $(brew --prefix)/share/nanorc/nanorc.nanorc