(feat) isolate omz install script as well

This commit is contained in:
b1ek 2024-02-14 10:28:11 +10:00
parent 58cf4dc5fa
commit 2948409f27
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ pkgs() {
}
install() {
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
echo sh -c "\$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | bash
}