📝 Added new paru list
This commit is contained in:
parent
657a9233fd
commit
84bac7896a
5 changed files with 7 additions and 4 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
pacman -Q | awk '!($2="")' | tr '\n' ' ' > my_pacman_packages.txt
|
||||
|
||||
pacman -Qm | awk '{ print $1 }' | tr '\n' ' ' > my_paru_packages.txt
|
||||
|
||||
find /usr/lib/node_modules -maxdepth 1 | sed -r 's/^\/usr\/lib\/node_modules\///g' | tr '\n' ' ' > my_npm_packages.txt
|
||||
|
||||
pip list | awk '{ print $1 }' | tr '\n' ' ' > my_pip_packages.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue