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

3 lines
117 B
Bash
Raw Normal View History

2024-01-21 20:43:37 +00:00
chsh -s $(which zsh)
2024-01-21 17:22:26 +00:00
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"