Dotfiles for my tiling window manager + terminal workflow.

5 lines
198 B

  1. function export-pkgs
  2. yay -Qqne > ~/linux-config/txt/(hostname)-pkgs.txt
  3. and yay -Qqme > ~/linux-config/txt/(hostname)-aur.txt
  4. and yay -Qqe > ~/linux-config/txt/(hostname)-all.txt
  5. end