Files
thpeetz-notes/Quellen/mise.md
T

21 lines
259 B
Markdown

---
tags:
- IT/Shell
- IT/Tools/mise
---
## Installation
```shell
curl https://mise.run | sh
curl https://mise.run/zsh | sh
curl https://mise.run/fish | sh
curl https://mise.run/bash | sh
```
Installation Neovim
```shell
mise use -g neovim@latest
```