diff --git a/setup/programs/others/oh-my-zsh.sh b/setup/programs/others/oh-my-zsh.sh new file mode 100644 index 0000000..7fb4852 --- /dev/null +++ b/setup/programs/others/oh-my-zsh.sh @@ -0,0 +1,2 @@ +chsh -s $(which zsh) +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"