Skip to content

Instantly share code, notes, and snippets.

@therippa
Last active February 2, 2018 05:51
Show Gist options
  • Save therippa/3d0cccd5a86bf49d19a6c8afc8c3cb18 to your computer and use it in GitHub Desktop.
Save therippa/3d0cccd5a86bf49d19a6c8afc8c3cb18 to your computer and use it in GitHub Desktop.
OSX Sierra/High Sierra nano with syntax-highlighting and linenumbers
brew tap homebrew/dupes
brew install nano
echo "include /usr/local/share/nano/*.nanorc" > ~/.nanorc && echo "set linenumbers" >> ~/.nanorc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment