Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 394 Bytes

File metadata and controls

21 lines (16 loc) · 394 Bytes

dot(files)

All my dotfiles managed with GNU stow.

Use stow package_name to activate a package's symlink.

  • OS: Arch Linux
  • Editor: neovim
  • Shell: bash
  • Terminal: alacritty
  • WM: i3

Create package list:

pacman -Qqe > pkglist.txt

Install from package list:

pacman -S --needed - < pkglist.txt