https://github.com/warbacon/zsh-kickstart
A launch point for your personal zsh configuration.
https://github.com/warbacon/zsh-kickstart
kickstart zsh zsh-configuration zsh-quickstart zshrc
Last synced: 11 months ago
JSON representation
A launch point for your personal zsh configuration.
- Host: GitHub
- URL: https://github.com/warbacon/zsh-kickstart
- Owner: warbacon
- License: mit
- Created: 2024-03-11T10:04:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T00:02:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T15:41:34.830Z (12 months ago)
- Topics: kickstart, zsh, zsh-configuration, zsh-quickstart, zshrc
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⏩ zsh-kickstart
> [!IMPORTANT]
> zsh-kickstart is in early development, although it is already perfectly
> usable in its current condition.
## 💡 Introduction
zsh-kickstart is a minimal starting point to build your own zsh configuration.
Its objective is:
- not compromise performance
- to be as unopinionated as possible
- document every decision made so that the user understands how and why
they should modify their configuration
This is **NOT a framework** like Oh My Zsh and Prezto and there is no abstraction,
what you see is the raw zsh configuration.
Based on tjdevtries' kickstart.nvim.
## ⚙️ Usage
> [!WARNING]
> Backup your .zshrc file as this will replace it.
```sh
curl https://raw.githubusercontent.com/warbacon/zsh-kickstart/main/.zshrc > "$HOME/.zshrc"
```
Done.
## 🧻 FAQ
> Will you add plugins?
Not by default, but probably will add a section of recommended plugins and
how to install one.
> The default prompt is ugly and boring.
It needs to be boring so that it works for a person who doesn't need
additional information at the prompt and to be as fast as possible. I don't
think it's pretty but not ugly either, you can suggest a new style if you see
fit.