os/bricks/omz.brick

12 lines
243 B
Bash

#!/bin/sh
# omz brick (pacakge is GPL3 only, omz itself is MIT (as of jan 2024))
# made by alice
pkgs() {
echo sh curl git zsh
}
install() {
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
}