Last active
October 16, 2023 06:50
-
-
Save aiktb/2637fb1a899409a03f9e900144a0f1c9 to your computer and use it in GitHub Desktop.
Nano Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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