Skip to content

Instantly share code, notes, and snippets.

@michaelradionov
Last active August 31, 2018 11:50
Show Gist options
  • Save michaelradionov/156daa2058d004f8bfe9356f7f2bf5de to your computer and use it in GitHub Desktop.
Save michaelradionov/156daa2058d004f8bfe9356f7f2bf5de to your computer and use it in GitHub Desktop.
Install Micro editor, then run it like "m file.txt"
cd ;\
curl https://getmic.ro | bash; \
echo 'alias m="~/micro"' >> .bashrc; \
source ~/.bashrc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment