The bmannconsulting.com website

welcome micro

Changed files
+33
_notes
+4
_notes/MacOS Sequoia Setup.md
···
Re-activated Internet Accounts. Nextcloud, Google.
+
OK, let's git commit and push this.
+
+
Ah yes, `git config --global --edit` we meet again. But first, the [[micro]] text editor, and our temporary friend `export EDITOR="/Users/bmann/bin/micro"`. This is where [[walkah]]'s dotfiles would come in handy.
+
---
## Things to Figure Out
+29
_notes/micro.md
···
+
---
+
link: https://micro-editor.github.io/
+
github: https://github.com/zyedidia/micro
+
tags:
+
- Linux
+
- CLI
+
---
+
a modern and intuitive terminal-based text editor. It's a single executable binary so very easy to use anywhere. I got into it during my Chromebook years.
+
+
One liner install on most systems:
+
+
```shell
+
curl https://getmic.ro | bash
+
```
+
+
```
+
 __  __ _                  ___           _        _ _          _ _
+
|  \/  (_) ___ _ __ ___   |_ _|_ __  ___| |_ __  | | | ___  __| | |
+
| |\/| | |/ __| '__/ _ \   | || '_ \/ __| __/ _\ | | |/ _ \/ _  | |
+
| |  | | | (__| | | (_) |  | || | | \__ \ || (_| | | |  __/ (_| |_|
+
|_|  |_|_|\___|_|  \___/  |___|_| |_|___/\__\__,_|_|_|\___|\__,_(_)
+
+
Micro has been downloaded to the current directory.
+
+
You can run it with:
+
+
./micro
+
```
+