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
- Host: GitHub
- URL: https://github.com/vncsmyrnk/zsh-config
- Owner: vncsmyrnk
- License: gpl-3.0
- Created: 2024-07-09T13:27:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-26T19:13:45.000Z (8 months ago)
- Last Synced: 2025-10-26T21:09:48.373Z (8 months ago)
- Topics: powerlevel10k, zinit, zsh
- Language: Shell
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.