Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 2.51 KB

File metadata and controls

48 lines (28 loc) · 2.51 KB

Plugin manager

Introduction to some pluggins for powershell and zsh

  • zsh

    • antidote

      Antidote is a feature-complete Zsh implementation of the legacy Antibody plugin manager, which in turn was derived from Antigen. Antidote not only aims to provide continuity for those legacy plugin managers, but also to delight new users with high-performance, easy-to-use Zsh plugin management.

    • sheldon

      Fast, configurable, shell plugin manager. (Maybe hard for beginners)

    • oh my zsh

      Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with thousands of helpful functions, helpers, plugins, themes, and a few things that make you shout... "Oh My ZSH!"

    • antigen

      Antigen is a small set of functions that help you easily manage your shell (Zsh) plugins, called bundles. The concept is pretty much the same as bundles in a typical vim+pathogen setup. Antigen is to Zsh, what Vundle is to vim.

    For more zsh plugins you can refer to this

  • windows

    • oh my posh Oh My Posh is a prompt theme engine for any shell.
  • Package managers for none Linux users

    • macOS
      • homebrew

        Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple's macOS operating system and Linux.

      • macports

        The MacPorts Project is an open-source community initiative to design an easy-to-use system for compiling, installing, and upgrading either command-line, X11 or Aqua based open-source software on the macOS operating system.

    • windows
      • winget

        Windows Package Manager (aka winget) is a free and open-source package manager designed for Microsoft Windows 10. It consists of a command-line utility and a set of services for installing applications.

      • scoop

        Scoop is a command-line installer for Windows inspired by Homebrew.

      • chocolatey

        Chocolatey is a machine-level, command-line package manager and installer for Windows software. It uses the NuGet packaging infrastructure and Windows PowerShell to simplify the process of downloading and installing software.