My zsh dotfiles directory
To install:
- Clone this repository into your
$HOME
directory:
git clone https://github.com/chewblacka/zsh.git zsh
- Then run the install script:
./zsh/.github/install.sh
The install script will:
- set
~/.zshenv
to point to the zsh directory - install the zsh pllugin-manager antidote which then installs the zsh plugins ...
- .. including romkatv's powerlevel10k zsh theme.
On first run p10k will go through it's setup script allowing you to customize the look & feel of zsh.
The config will be written to the file
.p10k.zsh
. p10k can be reconfigured at any time by runningp10k configure
.