Files
thpeetz-notes/Quellen/mise.md
T
2026-01-17 00:01:26 +01:00

21 lines
263 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
```