-
Notifications
You must be signed in to change notification settings - Fork 3
2. Installation
Instructions on how to install envfetch for all platforms.
You can install envfetch via install script:
Invoke-RestMethod "https://raw.githubusercontent.com/ankddev/envfetch/main/install.ps1" | Invoke-ExpressionIf you get an error regarding execution policy, please read the error carefully and determine the execution policy that is right for you. You may try re-running the installation script if you have updated the execution policy.
You can install envfetch via install script:
curl https://raw.githubusercontent.com/ankddev/envfetch/main/install.sh | shenvfetch is available as a package in the AUR. You can install it with an AUR helper (e.g. paru):
$ paru -S envfetchThanks to @adamperkowski for maintaining this package!
You can install envfetch from Scoop using this command:
scoop install https://gist.githubusercontent.com/ankddev/f6314b552aa021f676fc999ec697f833/raw/envfetch.jsonNote, that it uses manifest, published only as GitHub Gist.
You can download .deb package from releases and then execute:
sudo dpkg -i <deb-package>You can install envfetch from Cargo (needs Rust installed):
$ cargo install envfetchAlso, you can install it from source (needs Rust installed):
$ cargo install --git https://github.com/ankddev/envfetch envfetchOr, get binary from GitHub Actions (needs GutHub account) or releases