Skip to content

Instantly share code, notes, and snippets.

@injust
injust / install-nanorc.sh
Last active April 29, 2025 11:59 — forked from BlakeGardner/install nano.sh
nano: Improved 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