dots on AUR (Arch User Repository)

Last updated: September 16,2024

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

$ yay -S dots

* (Optional) Uninstall dots on Arch using YAY

$ yay -Rns dots

2. Manually Install "dots" via AUR

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

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

b. Clone dots's git locally

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

c. Go to ~/dots folder and install it

$ cd ~/dots $ makepkg -si

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

ID: 788581
Name: dots
PackageBaseID: 157155
PackageBase: dots
Version: 0.1.2-1
Description: A simple tool for managing dotfiles with VCS
URL: https://git.jacobkoziej.xyz/dotfile-manager/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: jacobkoziej
Submitter: jacobkoziej
FirstSubmitted: 1598552251
LastModified: 1599494574
URLPath: /cgit/aur.git/snapshot/dots.tar.gz

5. The same packages on other Linux Distributions