yadm-config/.config/yadm/bootstrap.d/30-Zsh.sh
2025-03-03 20:23:38 +01:00

7 lines
203 B
Bash
Executable file

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