diff --git a/zshsetup.sh b/zshsetup.sh new file mode 100644 index 0000000..3e75ded --- /dev/null +++ b/zshsetup.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +sudo apt install zsh +sudo chsh -s $(which zsh) +chsh -s $(which zsh) + +cp zprofile ../.zprofile +cp zshrc ../.zshrc