Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 581 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 581 Bytes

Zsh Settings

My personal configuration for Zsh. Theme: powerlevel10k.

Setup

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.