ThatOneCalculator / NerdFetch

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

Adding Solus as the tested, working OSes. #6

Closed PoorPocketsMcNewHold closed 4 years ago

PoorPocketsMcNewHold commented 4 years ago
❯ gh repo clone ThatOneCalculator/CalcFetch
Clonage dans 'CalcFetch'...
remote: Enumerating objects: 102, done.
remote: Counting objects: 100% (102/102), done.
remote: Compressing objects: 100% (102/102), done.
remote: Total 289 (delta 46), reused 1 (delta 0), pack-reused 187
Réception d'objets: 100% (289/289), 84.38 Kio | 929.00 Kio/s, fait.
Résolution des deltas: 100% (142/142), fait.

~ 
❯ cd CalcFetch

CalcFetch on  master 
❯ sudo install -m755 calcfetch /bin/calcfetch

CalcFetch on  master 
❯ cd ..

~ 
❯ sudo rm -r CalcFetch/

~ 
❯ calcfetch 

      ___     pm@vix 
     (.. \      Solus 4.1 Fortitude
     (<> |      5.6.19-158.current
    //  \ \     15099/32043 MB (47%)
   ( |  | /|    idk ()
  _/\ __)/_)    3 hours, 26 mins
  \/-____\/     █████████████████████

~ 
❯ 

I can confirm, working perfectly on Solus, as it should.

PoorPocketsMcNewHold commented 4 years ago

Forgot that the package manager (eopkg on Solus) hasn´t been set-up. I´ll try to edit the script to add it.

PoorPocketsMcNewHold commented 4 years ago

Done. Tested and working correctly. It seems to be a bit more slow than other package managers because it list all the packages names on one line each, and include their package description, but it work !

ThatOneCalculator commented 4 years ago

Awesome, thanks!