This directory setup zsh, with oh-my-zsh.
The setup.sh
will install:
zsh
: the shell. You can configure thezsh
in the file~/.zshrc
.oh-my-zsh
: the framework forzsh
.- This will be installed to
~/.oh-my-zsh
by default. You can change theZSH
variable in the filesetup.sh
to change the installation directory.
- This will be installed to
powerlevel10k
: the theme foroh-my-zsh
. You can configure the theme in the file~/.p10k.zsh
.- This will be installed to
~/.oh-my-zsh/themes/powerlevel10k
directory by default.
- This will be installed to
The file
.shell.pre-oh-my-zsh
and.zshrc.pre-oh-my-zsh
in thebackup
directory is backup files of.zshrc
and.shell
before installingoh-my-zsh
.
Run setup.sh
to setup zsh
:
./setup.sh