Skip to content

Instantly share code, notes, and snippets.

@oligriffiths
Forked from BlakeGardner/install nano.sh
Created January 26, 2026 17:46
Show Gist options
  • Select an option

  • Save oligriffiths/2dd36aec4d5251066e8dda3165d3747f to your computer and use it in GitHub Desktop.

Select an option

Save oligriffiths/2dd36aec4d5251066e8dda3165d3747f to your computer and use it in GitHub Desktop.
Syntax highlighting in nano on Mac OS
# Last updated May, 2024 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 "'"$(brew --cellar nano)"'/*/share/nano/*.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