dotbot on AUR (Arch User Repository)

Last updated: May 23,2024

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

$ yay -S dotbot

* (Optional) Uninstall dotbot on Arch using YAY

$ yay -Rns dotbot

2. Manually Install "dotbot" via AUR

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

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

b. Clone dotbot's git locally

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

c. Go to ~/dotbot folder and install it

$ cd ~/dotbot $ makepkg -si

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

ID: 1394485
Name: dotbot
PackageBaseID: 165728
PackageBase: dotbot
Version: 1.20.1-2
Description: A tool that bootstraps your dotfiles
URL: https://github.com/anishathalye/dotbot
NumVotes: 3
Popularity: 0.135064
OutOfDate:
Maintainer: carsme
Submitter: carsme
FirstSubmitted: 1618668663
LastModified: 1706481205
URLPath: /cgit/aur.git/snapshot/dotbot.tar.gz