Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NNBnh/kickstart.zsh
๐ A launch point for your personal .zshrc
https://github.com/NNBnh/kickstart.zsh
config zsh zshrc
Last synced: 3 months ago
JSON representation
๐ A launch point for your personal .zshrc
- Host: GitHub
- URL: https://github.com/NNBnh/kickstart.zsh
- Owner: NNBnh
- License: gpl-3.0
- Created: 2022-09-17T06:37:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T05:46:26.000Z (4 months ago)
- Last Synced: 2024-07-22T06:59:47.199Z (4 months ago)
- Topics: config, zsh, zshrc
- Language: Shell
- Homepage: https://codeberg.org/NNB/kickstart.zsh
- Size: 63.5 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - NNBnh/kickstart.zsh - ๐ A launch point for your personal .zshrc (Shell)
README
## ๐ก About
**`kickstart.zsh`** is meant to be used as a starting point for a user's own configuration. Remove the things you don't use and add what you miss.
### โจ Features
- Small single-file config.
- Fully documented.
- Manage plugins using [Zinit](https://github.com/zdharma-continuum/zinit).
- [Fish](https://fishshell.com) like interactive features:
- [Auto Cd](https://zsh.sourceforge.io/Intro/intro_16.html).
- [Syntax highlighting](https://github.com/zdharma/fast-syntax-highlighting).
- [Auto suggestions](https://github.com/zsh-users/zsh-autosuggestions).
- [Advanced completion](https://github.com/marlonrichert/zsh-autocomplete).
- Plus it come with [Starship](https://starship.rs) prompt!
- _And optionally [Mise](https://mise.jdx.dev) dev env!_## ๐ Setup
### ๐งพ Dependencies
- [`zsh`](https://www.zsh.org)
- [`curl`](https://curl.se)
- [`git`](https://git-scm.com)
- [`coreutils`](https://www.gnu.org/software/coreutils) _(optional)_
- [`trash-cli`](https://github.com/andreafrancia/trash-cli) _(optional)_
- [`7z`](https://github.com/jinfeihan57/p7zip) _(optional)_### ๐ฅ Installation
Just download the file to `~/.zshrc`:
```sh
curl https://codeberg.org/NNB/kickstart.zsh/raw/branch/main/.zshrc > ~/.zshrc
```> **Warning** The command above will delete existen `~/.zshrc` permanently.
## ๐ Credits
Special thanks to:
- [**Oh My Zsh**](https://ohmyz.sh) by [it's community](https://github.com/ohmyzsh/ohmyzsh/graphs/contributors)
- [**`kickstart.nvim`**](https://github.com/nvim-lua/kickstart.nvim) by [Neovim Lua](https://github.com/nvim-lua)