3 lines
154 B
Bash
Executable file
3 lines
154 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#MISE description="Install oh-my-zsh"
|
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|