gitprompt on AUR (Arch User Repository)

Last updated: July 05,2024

1. Install "gitprompt" 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 gitprompt on Arch using YAY

$ yay -S gitprompt

* (Optional) Uninstall gitprompt on Arch using YAY

$ yay -Rns gitprompt

2. Manually Install "gitprompt" via AUR

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

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

b. Clone gitprompt's git locally

$ git clone https://aur.archlinux.org/gitprompt.git ~/gitprompt

c. Go to ~/gitprompt folder and install it

$ cd ~/gitprompt $ makepkg -si

3. Information about the gitprompt package on Arch User Repository (AUR)

ID: 1133179
Name: gitprompt
PackageBaseID: 172258
PackageBase: gitprompt
Version: 0.8.2-1
Description: Informative git prompt for zsh and bash
URL: https://github.com/abhinav/gitprompt
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: abhinav
Submitter: abhinav
FirstSubmitted: 1634860472
LastModified: 1661924876
URLPath: /cgit/aur.git/snapshot/gitprompt.tar.gz