Skip to content

Instantly share code, notes, and snippets.

@injust
Forked from BlakeGardner/install nano.sh
Last active October 28, 2024 07:36
Show Gist options
  • Save injust/85a97bb2f23fff19a96626697fd45b08 to your computer and use it in GitHub Desktop.
Save injust/85a97bb2f23fff19a96626697fd45b08 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment