My personal configuration for Zsh. Theme: powerlevel10k.
Run the following command on the terminal:
- via curl:
sh -c "$(curl -pfsSL https://raw.githubusercontent.com/LoreleiPenn/Zsh-Settings/master/zsh-setup.sh)"
- via wget:
sh -c "$(wget -O - https://raw.githubusercontent.com/LoreleiPenn/Zsh-Settings/master/zsh-setup.sh)"
This will setup Oh my zsh which is necessary for my settings and using the plugins defined on the zshrc file.
To change the shell, the command
chsh -s /bin/zsh USERNAME
is executed.