Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PACKAGE REQUEST] micro text editor #27

Open
lbarnett83 opened this issue Jun 17, 2020 · 1 comment
Open

[PACKAGE REQUEST] micro text editor #27

lbarnett83 opened this issue Jun 17, 2020 · 1 comment

Comments

@lbarnett83
Copy link

lbarnett83 commented Jun 17, 2020

Curious if it would be possible to add the micro text editor (https://micro-editor.github.io/) to the NerdPack

Cheers,
lbarnett88

@ehawman-rosenberg
Copy link

@lbarnett83 Making a note of this to create a pull request when I get home (if I have time)

In the interim, you can set up a User Script to launch on boot and install Micro easily.

# Install Micro
curl https://getmic.ro | bash  # Pipes the install script to bash, installing to ./micro. May cause problems if current dir is read-only
mv ./micro /usr/bin/micro  # Moves ./micro to /usr/bin

Here is a gist of my full file:
https://gist.github.com/ehawman-rosenberg/56e9699d5f8e09d12fc2d325c54bbce2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants