mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
5 lines
135 B
Bash
5 lines
135 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|