Skip to content

Instantly share code, notes, and snippets.

View daniel7byte's full-sized avatar
:octocat:

Jose Daniel Posso Garcia daniel7byte

:octocat:
View GitHub Profile
@daniel7byte
daniel7byte / install nano.sh
Created July 17, 2021 16:12 — forked from BlakeGardner/install nano.sh
Syntax highlighting in nano on Mac OS
# install Homebrew if you don't already have it: http://mxcl.github.io/homebrew/
# install nano from homebrew
brew install nano
# update your nanorc file with the contents of the nanorc file below
nano ~/.nanorc
# close and re-open your terminal and you'll have syntax highlighting