# after below need to login and logout from actual pc to see the first time configuration chsh -s $(which zsh) # use below command when logged in with ssh and public key and there is no password set sudo chsh -s $(which zsh) $USER # use below command to set password sudo passwd $USER