Packages ******** .. contents:: :local: Liquid Prompt is packaged for many operating systems, though the latest version in those repositories is not always up to date. Latest Versions =============== .. image:: https://repology.org/badge/vertical-allrepos/liquidprompt.svg :alt: Liquid Prompt packaging status Source: `repology.org `_. Install commands ================ Archlinux --------- Liquid Prompt is not available in the official repositories. However someone provides a ``PKGBUILD`` on AUR. Liquid Prompt is not responsible for this recipe, thus use it at your own risk. .. image:: https://repology.org/badge/version-for-repo/aur/liquidprompt.svg :alt: Archlinux User package :target: https://aur.archlinux.org/packages/liquidprompt Please refer to the `Archlinux documentation`_ to know how to use it, if you are unsure. .. _Archlinux documentation: https://wiki.archlinux.org/title/Arch_User_Repository Debian ------ ... and Debian derivatives. .. image:: https://repology.org/badge/version-for-repo/debian_unstable/liquidprompt.svg :alt: Debian Unstable package :target: https://packages.debian.org/source/liquidprompt .. image:: https://repology.org/badge/version-for-repo/ubuntu_24_04/liquidprompt.svg :alt: Ubuntu 24.04 package :target: https://packages.ubuntu.com/source/liquidprompt .. code-block:: apt-get install liquidprompt A small script, ``liquidprompt_activate`` (not to be confused with :func:`lp_activate`) is included to ease activation of the prompt, which can be used instead of the :ref:`shell-installation` instructions. This will set the required environment: * The files ``~/.bashrc`` and/or ``~/.zshrc`` are modified to load Liquid Prompt at startup. * If no previous ``~/.config/liquidpromptrc`` file exists, it will be created. So, to get Liquid Prompt working simply run: .. code-block:: liquidprompt_activate source ~/.bashrc # or ~/.zshrc Be aware that multiple invocations of the ``liquidprompt_activate`` command may pollute ``~/.bashrc`` and/or ``~/.zshrc`` files. Homebrew -------- .. image:: https://repology.org/badge/version-for-repo/homebrew/liquidprompt.svg :alt: Homebrew package :target: https://formulae.brew.sh/formula/liquidprompt .. code-block:: brew install liquidprompt Nix --- .. image:: https://repology.org/badge/version-for-repo/nix_unstable/liquidprompt.svg :alt: nixpkgs unstable package :target: https://search.nixos.org/packages?query=liquidprompt .. code-block:: nix-env -i liquidprompt