ThatOneCalculator / NerdFetch

A POSIX *nix fetch script using Nerdfonts
https://aur.archlinux.org/packages/nerdfetch/
MIT License
478 stars 24 forks source link

give `cpm` and `pmm` highter priority over others #20

Closed netkv closed 3 years ago

netkv commented 3 years ago

since both cpm and pmm are "package managers managers" it would make sense to check first if they are installed and if yes then using them instead of calling package manager itself

ThatOneCalculator commented 3 years ago

I can add pmm, but which actually has priority built in. The command closest to the last of the chain gets prioritized :)