Skip to content

Coditary/ZShaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

zshaper

Shape your Zsh environment with clean, declarative power.

zshaper is a minimal, plugin-manager-aware Zsh setup layer that lets you declare which plugin manager you want to use (like antidote, zinit, or zgen) and prepares your shell environment accordingly.


๐Ÿš€ Features

  • Choose your plugin manager with a single line
  • Automatic loading of the selected manager
  • Ready to extend with plugin definitions (TOML/YAML or .zsh_plugins.txt)
  • No lock-in to a specific plugin system

๐Ÿ“ฆ Installation

Clone the repository into your dotfiles or config folder:

git clone https://github.com/Codarity/ZShaper.git ~/zshaper

In your .zshrc:

# Choose your preferred plugin manager
use_plugin_manager antidote

# Load zshaper
source ~/zshaper/init.zsh

๐Ÿ›  Supported Plugin Managers

  • antidote
  • zinit (coming soon)
  • zgen (planned)

๐Ÿ”ฎ Roadmap

  • Declarative plugin list (TOML/YAML)
  • Plugin autoload & lazy loading
  • Tool installation support (fzf, bat, etc.)
  • Self-diagnose / bootstrap CLI

๐Ÿค Contributing

This is an early-stage tool. PRs, ideas, and feedback welcome!


๐Ÿ“œ License

MIT


โœจ Inspired by

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages