Skip to content
Matt edited this page Jun 16, 2020 · 33 revisions

Screenshots (details below)

Details

Additional Software

Installing

On Arch, you can install these packages AND dotfiles very quickly. Assuming this repository was stored at ~/.dotfiles (the README being at ~/.dotfiles/README.md), simply run:

sudo pacman -S $(cat ~/.dotfiles/pkgs/com-pkg-list)
yay -S $(cat ~/.dotfiles/pkgs/aur-pkg-list)
~/.dotfiles/dotfile-utils/restdots
~/.dotfiles/dotfile-utils/extsetup

THE THEME AND ICON THEME ARE NOT INCLUDED IN THE PACKAGE LISTS

Obviously the second line depends on your AUR helper if you use one. Your previous dotfiles will be backed up into ~/.dotfiles/restbak/, so make sure to move that folder since running this command again will overwrite that backup.

Clone this wiki locally