Created
January 19, 2019 03:12
-
-
Save edm00se/5fece4fa79395d333719cb9d17a58a2d to your computer and use it in GitHub Desktop.
nano syntax highlighting (macOS)
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
# install | |
brew install nano | |
# configure | |
echo 'include "/usr/local/Cellar/nano/3.2/share/nano/*.nanorc"' > ~/.nanorc | |
# restart your shell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment