Skip to content

Instantly share code, notes, and snippets.

@alexander480
Last active May 13, 2021 05:53
Show Gist options
  • Save alexander480/9ce80b07d589f47d207137fa7b30cf3d to your computer and use it in GitHub Desktop.
Save alexander480/9ce80b07d589f47d207137fa7b30cf3d to your computer and use it in GitHub Desktop.
nano.rc configuration for /opt/homebrew installation
# ~/.nanorc
# Add Mouse Support
set mouse
# Add Line Numbers
set linenumbers
# Set Tab Size
set tabsize 4
# Maintain Tab Level
set autoindent
# Add Syntax Highlighting
include "/opt/homebrew/share/nano/*.nanorc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment