- nerdfetch? no!
- pfetch? no!
- neofetch? no!
- Linux
- WSL: Windows Sub System(recommended)
- Windows terminal app is better than powershell and cmd
- Mac? Test and show me the results ;)
If you wanna use (version < 1.0.0) do 1,2 steps, otherwise skip them. icon_in_terminal project github link
-
requierment package:
- Debian:
sudo apt install fontconfig
-
download your favorite nerd-font from this link
- copy your nerd-font to
~/.fonts
and~/.local/share/fonts
- go to preference or settings of your terminal, change the font of terminal to your nerd-font
- copy your nerd-font to
- Install requirements
-
Linux or mac or WSL:
pip3 install -r requirements.txt
-
Windows:
- Notice! If you wanna install
psutil
on windows (WSL is not enable) you may get this error:
Microsoft Visual C++ 14.0 or greater is required (check and install new version of Microsoft Visual C++)
pip install -r requirements.txt
- I don't recommend to use it on cmd or powershell
- Notice! If you wanna install
-
- Run
- Linux:
python3 linux/pacmanfetch_linux.py
- MAC or WSL:
python other_os/pacmanfetch_other.py
- Linux:
config.json use for:
- set dns address to ping it.
- set gpu_info, if your gpu_info not found!
Helps:
-d --delay: Get delay to show you typewriter style
$ pacmanfetch -d 10
-p --pacman: Show you big pacman
$ pacmanfetch -p
-v --version: Show you version
$ pacmanfetch -v
-i --ping: Enable or Disable ping
$ pacmanfetch -i
-c --config: Use config file
$ pacmanfetch -c
-h --help: Show help
$ pacmanfetch -h