An open API service indexing awesome lists of open source software.

https://github.com/vncsmyrnk/zsh-config

My zsh config
https://github.com/vncsmyrnk/zsh-config

powerlevel10k zinit zsh

Last synced: 8 months ago
JSON representation

My zsh config

Awesome Lists containing this project

README

          

# My zsh config

This is my local config for using the [zsh](https://www.zsh.org/) shell.

Plugins are handled by [zinit](https://github.com/zdharma-continuum/zinit). Prompt by [powerlevel10k](https://github.com/romkatv/powerlevel10k).

## Install

This project uses [just](https://github.com/casey/just) and [stow](https://www.gnu.org/software/stow/) for the installation.

```bash
just install
```

Considering `zsh` is already installed, you can just run:

```bash
just config
```

> [!IMPORTANT]
> - Make sure to run `just unset-config` before updating. Then, run `just config` on the new config.
> - Extra zsh config will be sourced from `~/.zshrc.private`. Use it as a sensitive form of `.zshrc`.