A bash script that runs fastfetch with a random Pokémon sprite as the logo.
Apparently, there already existed a version of this with pokeget and I wasn't informed of lol
./poke_fetch.sh [pokeapi|pokeget] # default: pokeapiDownloads sprite PNGs from the PokeAPI sprites repo and caches them in ~/.cache/pokemon_sprites/. Renders via the Kitty Graphics Protocol — requires a compatible terminal (Kitty, Ghostty, WezTerm).
Dependencies: fastfetch, curl, Kitty-compatible terminal
Renders Pokémon as ANSI pixel art using pokeget. Works in any terminal. The sprite is vertically centered against the fastfetch output.
Dependencies: fastfetch, pokeget
# Install pokeget
cargo install pokeget
# or on Arch:
yay -S pokegetAdd to your shell config to run on every new terminal session:
echo '/path/to/poke_fetch.sh' >> ~/.bashrc # or ~/.zshrc