awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zsh-users avatar

zsh-users/antigen

0
View on GitHub↗
antigen.sharats.me↗

Antigen

Antigen is a git-based package manager and configuration orchestrator for the Zsh shell environment. It serves as a plugin manager designed to download, load, and update plugins, themes, and frameworks directly from Git repositories using specific branches, tags, or versions.

The project focuses on shell startup optimization by using static bundle caching and batch completion loading to reduce boot times. It distinguishes itself through environment reproduction capabilities, such as file-based state snapshotting and plugin state restoration, and a distribution workflow that bundles configurations into single shell scripts.

The tool covers a broad range of plugin lifecycle management, including versioned installation, automatic configuration updates, and maintenance utilities for purging unused clones and reverting plugin updates. It also provides administrative control over storage paths, repository sourcing, and git clone behaviors.

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Features

  • Zsh Plugin Managers - Provides a lightweight system for installing, updating, and loading community scripts and extensions for Zsh.
  • Startup State Caches - Saves the processed state of loaded plugins to a local file to bypass repetitive initialization during shell startup.
  • Git-Based Package Managers - Fetches extensions and configurations directly from Git repositories using specific branches and tags.
  • Git-Based Provisioning - Downloads and manages remote plugin repositories using git for version control and local storage.
  • Shell Bundle Caching - Stores processed bundle states in local files to bypass repetitive initialization during shell startup.
  • Shell Environment Orchestrators - Orchestrates the bundling of shell scripts and the initialization sequence of the terminal environment.
  • Shell Startup Optimizers - Implements static caching and batch loading to significantly reduce the boot time of the Zsh shell.
  • Shell Frameworks - Loads base libraries and pre-packaged frameworks to provide a foundation for other shell plugins.
  • Shell Startup Optimizers - Reduces terminal initialization latency by caching plugins and batching completions.
  • Startup Optimizers - Creates a static cache of loaded bundles to skip repetitive loading and accelerate the shell boot process.
  • Plugin Version Management - Downloads and sources plugins or themes using specific git branches, tags, or versions.
  • Automatic Framework Updates - Monitors configuration files for changes and automatically refreshes the shell environment to eliminate manual resets.
  • Batch Completion Loading - Loads all completions from active bundles in a single batch to increase shell startup speed.
  • Dotfile Managers - Bundles shell configurations into a single file for easier installation and deployment of dotfiles.
  • Plugin Management - Processes multiple plugin specifications via a stream to avoid repeated individual installation calls.
  • Shell Customizations - Supports applying themes and visual prompts to customize the look and feel of the Zsh command line.
  • Configuration State Snapshots - Provides utilities to record git commit hashes of active plugins for exact environment reproduction.
  • Framework Core Integration - Integrates base libraries of functionality to serve as a foundation for other plugins and themes.
  • State Restoration - Resets plugin clones to specific versions captured in previously created snapshot files.
  • State Snapshotting - Records current git version hashes of all active clones to a file for later reproduction.
  • Single-File Framework Distributions - Bundles source files and extensions into a single shell script to eliminate external dependencies and installation complexity.
  • Shell Environments - Plugin manager for Zsh inspired by popular frameworks.
  • Shell Frameworks - Plugin manager for ZSH that handles automatic updates and bundles.
8,324 स्टार्स·290 फोर्क्स·Shell·MIT·6 व्यूज़

स्टार हिस्ट्री

zsh-users/antigen के लिए स्टार हिस्ट्री चार्टzsh-users/antigen के लिए स्टार हिस्ट्री चार्ट

Antigen के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Antigen के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • bash-it/bash-itBash-it का अवतार

    Bash-it/bash-it

    15,104GitHub पर देखें↗

    Bash-it is a framework for organizing and enhancing the Bash shell environment. It provides a structured system for managing aliases, custom scripts, and environment settings to prevent clutter in the primary configuration file. The project includes a prompt customizer with predefined visual themes and a suite of intelligent command completions designed to increase typing speed and reduce input errors. The framework covers broad capability areas including shell configuration management, visual appearance customization, and environment troubleshooting through diagnostic utilities.

    Shellbashbash-aliasbash-completion
    GitHub पर देखें↗15,104
  • nvim-mini/mini.nvimnvim-mini का अवतार

    nvim-mini/mini.nvim

    9,325GitHub पर देखें↗

    mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls

    Lualuamini-nvimneovim
    GitHub पर देखें↗9,325
  • sorin-ionescu/preztosorin-ionescu का अवतार

    sorin-ionescu/prezto

    14,552GitHub पर देखें↗

    Prezto is a Zsh configuration framework and shell environment manager designed to organize environment variables, aliases, and startup scripts through a modular file structure. It functions as a plugin collection and prompt theme engine, utilizing Zsh-native scripting to manage shell behavior across different platforms. The framework distinguishes itself through a modular-based configuration and submodule-driven extensions, allowing users to load discrete functional modules and update core components via Git. It features a dedicated prompt engine that integrates repository metadata and system

    Shell
    GitHub पर देखें↗14,552
  • romkatv/powerlevel10kromkatv का अवतार

    romkatv/powerlevel10k

    54,468GitHub पर देखें↗

    Powerlevel10k is a high-performance shell prompt framework designed to provide a responsive and visually informative command-line interface. It functions as a terminal customization engine that allows users to define the appearance, color schemes, and information density of their prompt through a declarative configuration file. By decoupling prompt rendering from shell initialization, it eliminates startup latency and ensures that the command line remains responsive even under heavy system loads. The project distinguishes itself through advanced performance optimizations, including asynchrono

    Shellzsh
    GitHub पर देखें↗54,468
Antigen के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

zsh-users/antigen क्या करता है?

Antigen is a git-based package manager and configuration orchestrator for the Zsh shell environment. It serves as a plugin manager designed to download, load, and update plugins, themes, and frameworks directly from Git repositories using specific branches, tags, or versions.

zsh-users/antigen की मुख्य विशेषताएं क्या हैं?

zsh-users/antigen की मुख्य विशेषताएं हैं: Zsh Plugin Managers, Startup State Caches, Git-Based Package Managers, Git-Based Provisioning, Shell Bundle Caching, Shell Environment Orchestrators, Shell Startup Optimizers, Shell Frameworks।

zsh-users/antigen के कुछ ओपन-सोर्स विकल्प क्या हैं?

zsh-users/antigen के ओपन-सोर्स विकल्पों में शामिल हैं: bash-it/bash-it — Bash-it is a framework for organizing and enhancing the Bash shell environment. It provides a structured system for… nvim-mini/mini.nvim — mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation,… sorin-ionescu/prezto — Prezto is a Zsh configuration framework and shell environment manager designed to organize environment variables,… romkatv/powerlevel10k — Powerlevel10k is a high-performance shell prompt framework designed to provide a responsive and visually informative… zplug/zplug — zplug is a plugin manager for the Zsh shell designed to install and organize community plugins, themes, and commands… eriner/zim — Zim is a Zsh configuration framework and environment manager designed to optimize shell performance and productivity.…