yadm-config/.config/yadm/bootstrap.v2/actions/30-Zsh.sh
2025-04-21 22:19:46 +02:00

5 lines
172 B
Bash
Executable file

#!/bin/env sh
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --keep-zshrc --unattended || exit 0