Skip to content

Instantly share code, notes, and snippets.

View baldwinsung's full-sized avatar

Baldwin Sung baldwinsung

View GitHub Profile
@BlakeGardner
BlakeGardner / install nano.sh
Last active March 21, 2024 13:39
Syntax highlighting in nano on Mac OS
# 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 "/opt/homebrew/share/nanorc/*.nanorc"' >> ~/.nanorc
# close and re-open your terminal and you'll have syntax highlighting