machine_setup/setup/programs/others/oh-my-zsh.sh

3 lines
117 B
Bash
Raw Normal View History

2024-01-31 15:25:13 +00:00
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"