Skip to content

Instantly share code, notes, and snippets.

@aiktb
Last active October 16, 2023 06:50
Show Gist options
  • Save aiktb/2637fb1a899409a03f9e900144a0f1c9 to your computer and use it in GitHub Desktop.
Save aiktb/2637fb1a899409a03f9e900144a0f1c9 to your computer and use it in GitHub Desktop.
Nano Config
#!/bin/bash
touch ~/.nanorc
cat << EOF > ~/.nanorc
set nohelp
set autoindent
set tabsize 4
set tabstospaces
set linenumbers
set afterends
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment