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

Notes:

  • The theme and icon theme are NOT included in the package lists.
  • Vim is installed instead of Neovim. If you want to use Neovim, just set it up with the same .vimrc.

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