diff --git a/Ubuntu/config_zsh.sh b/Ubuntu/config_zsh.sh new file mode 100755 index 0000000..70d4566 --- /dev/null +++ b/Ubuntu/config_zsh.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +chsh -s /usr/bin/zsh $(whoami) + +wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh + +cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc +zsh +source ~/.zshrc \ No newline at end of file