Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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