Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Pugemonster/53e3465f780d8c2b7d0d4d0de4c0a3aa to your computer and use it in GitHub Desktop.
Save Pugemonster/53e3465f780d8c2b7d0d4d0de4c0a3aa to your computer and use it in GitHub Desktop.
Install macOS nano syntax highlighting
# Last updated March, 2022 for Apple silicon Macs
# Install Homebrew if you don't already have it: https://brew.sh
# install nano from homebrew
brew install nano nanorc
# update your nanorc file
echo 'include "/usr/local/share/nanorc/*.nanorc"' >> ~/.nanorc
# close and re-open your terminal and you'll have syntax highlighting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment