Created
July 6, 2023 12:18
-
-
Save Pugemonster/53e3465f780d8c2b7d0d4d0de4c0a3aa to your computer and use it in GitHub Desktop.
Install macOS nano syntax highlighting
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
# 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