Skip to content

Instantly share code, notes, and snippets.

@cdosborn
Created October 3, 2015 17:48
Show Gist options
  • Save cdosborn/bb612d378cf6cf02d6db to your computer and use it in GitHub Desktop.
Save cdosborn/bb612d378cf6cf02d6db to your computer and use it in GitHub Desktop.
nano-install.sh
curl -L -O http://www.nano-editor.org/dist/v2.4/NT/nano-2.4.2.zip
unzip -d nano-temp *nano*.zip
mkdir ~/bin &> /dev/null
cp -r nano-temp/nano*/* ~/bin
rm -r ~/bin/nano/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment