git-prompt.zsh on AUR (Arch User Repository)

Last updated: June 02,2024

1. Install "git-prompt.zsh" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install git-prompt.zsh on Arch using YAY

$ yay -S git-prompt.zsh

* (Optional) Uninstall git-prompt.zsh on Arch using YAY

$ yay -Rns git-prompt.zsh

2. Manually Install "git-prompt.zsh" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone git-prompt.zsh's git locally

$ git clone https://aur.archlinux.org/git-prompt.zsh.git ~/git-prompt.zsh

c. Go to ~/git-prompt.zsh folder and install it

$ cd ~/git-prompt.zsh $ makepkg -si

3. Information about the git-prompt.zsh package on Arch User Repository (AUR)

ID: 1415207
Name: git-prompt.zsh
PackageBaseID: 141219
PackageBase: git-prompt.zsh
Version: 2.4.0-1
Description: A fast, pure-shell, single-file Git prompt for Zsh.
URL: https://github.com/woefe/git-prompt.zsh
NumVotes: 4
Popularity: 0.86722
OutOfDate:
Maintainer: Felixoid
Submitter: Felixoid
FirstSubmitted: 1555164980
LastModified: 1708868442
URLPath: /cgit/aur.git/snapshot/git-prompt.zsh.tar.gz