Last active
June 29, 2018 11:07
-
-
Save OwenMelbz/9c4d899d6da72064bb080b6ac1cc201f to your computer and use it in GitHub Desktop.
Pimp my Nano
This file contains hidden or 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
curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh |
This file contains hidden or 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
cd ~ | |
git clone https://github.com/nanorc/nanorc.git | |
cd nanorc | |
make install | |
echo "include $HOME/.nano/syntax/ALL.nanorc" >> ~/.nanorc | |
nano ~/.nanorc | |
# Done :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment