Skip to content
Matt edited this page Nov 18, 2020 · 33 revisions

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

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 directory since running this command again will overwrite that backup.

Important Notes:

  • The theme, icon theme, and vim 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.
  • .vimrc does not assume any plugins or plugin managers are installed. Edit/create ~/.scripts/env/env.vimplugs to configure plugins.

Clone this wiki locally