Skip to content

Instantly share code, notes, and snippets.

@ManotLuijiu
Created September 8, 2021 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ManotLuijiu/125a00372a7d917fa47a5ab2a144eafc to your computer and use it in GitHub Desktop.
Save ManotLuijiu/125a00372a7d917fa47a5ab2a144eafc to your computer and use it in GitHub Desktop.
Enable colorize for nano on Mac
set autoindent
set historylog
set linenumbers
set numbercolor lagoon,black
set functioncolor lagoon,black
set titlecolor lagoon,black
set mouse
set regexp
set speller "aspell -x -c"
set tabsize 4
set indicator
include "/usr/local/share/nano/*.nanorc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment