Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save silviot/e4a55b2ad548d54e8d201227c0c7f569 to your computer and use it in GitHub Desktop.
Save silviot/e4a55b2ad548d54e8d201227c0c7f569 to your computer and use it in GitHub Desktop.
Install micro and set it as default editor
#!/bin/sh
set -e
wget -O- https://getmic.ro | sh
sudo mv micro /usr/local/bin/
echo 'export EDITOR="micro"' >> ~/.bashrc
echo 'export VISUAL="$EDITOR"' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment