Last active
February 2, 2018 05:51
-
-
Save therippa/3d0cccd5a86bf49d19a6c8afc8c3cb18 to your computer and use it in GitHub Desktop.
OSX Sierra/High Sierra nano with syntax-highlighting and linenumbers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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