dotfiles on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S dotfiles

* (Optional) Uninstall dotfiles on Arch using YAY

$ yay -Rns dotfiles

2. Manually Install "dotfiles" via AUR

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

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

b. Clone dotfiles's git locally

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

c. Go to ~/dotfiles folder and install it

$ cd ~/dotfiles $ makepkg -si

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

ID: 211485
Name: dotfiles
PackageBaseID: 68071
PackageBase: dotfiles
Version: 0.6.4-2
Description: A tool to make managing your dotfile symlinks in $HOME easy, allowing you to keep all of them in a single directory.
URL: https://github.com/jbernard/dotfiles
NumVotes: 6
Popularity: 0
OutOfDate:
Maintainer: infernal
Submitter: stiost
FirstSubmitted: 1363160324
LastModified: 1436860453
URLPath: /cgit/aur.git/snapshot/dotfiles.tar.gz