Skip to content

Instantly share code, notes, and snippets.

@vutsalsinghal
Last active August 19, 2019 19:10
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 vutsalsinghal/3e3b530f46459ad2de856f193f6b22c9 to your computer and use it in GitHub Desktop.
Save vutsalsinghal/3e3b530f46459ad2de856f193f6b22c9 to your computer and use it in GitHub Desktop.
#!/bin/bash
## Set nano version
nano_file='nano-4.3'
curl -O https://www.nano-editor.org/dist/v4/$nano_file.tar.xz
tar -xvf $nano_file.tar.xz
cd $nano_file
./configure
make
sudo make install
curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment