mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-04 18:20:18 +00:00
4 lines
138 B
Bash
4 lines
138 B
Bash
#!/bin/bash
|
|
curl https://mise.run | sh
|
|
~/.local/bin/mise --version
|
|
echo 'eval "$(~/.local/bin/mise activate zsh)"' >> $HOME/.zsh/mise.zsh
|