📝 Added new paru list

This commit is contained in:
z3rOR0ne 2022-11-09 15:42:06 -08:00
parent 657a9233fd
commit 84bac7896a
5 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
my_paru_packages.txt Normal file
View file

@ -0,0 +1 @@
athena-jot brother-mfc-j615w calcurse-git cargo-make cheat clang+llvm-binaries cpu-x ddgr deb2targz dirb dnslookup-bin espeak fim gobuster gtktranslate-bin gwe ipw2100-fw ipw2200-fw iscan-for-epson-v500-photo iscan-plugin-gt-f720 java-openjdk-bin kepubify-bin libwm-git litecli mangohud mangohud-common mawk mycli ncpamixer neo-matrix-git nvim-packer-git nvm obfs4proxy paru pfetch pgcli-git pick postman-bin python-grip python-injector python-kitchen python-path-and-address python-pynput quick-lint-js rsv rustdesk-bin rzip scroll-git silentcast sku-git sockstat speed-test speedtest-cli-git st ticker tootle wmutils-git wordgrinder xbanish zulu-11-bin

View file

@ -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

View file

@ -186,6 +186,6 @@ paru dirb (1st option)
Go to Chrome store and install CSS Dig on brave
Install slop and gifsicle
Install slop and gifsicle and libimage-exiftool-perl
doas pacman -S slop gifsicle
doas pacman -S slop gifsicle libimage-exiftool-perl