Simple Fastfetch setup config, customized with the Ilder logo.
Follow the instructions below to set this up on your computer.
- Prerequisites
- fastfetch installed on your system
brew install fastfetch
- ZSH (standard on macOS)
- fastfetch installed on your system
git clone https://github.com/ilder-as/ilder-fastfetch-logo.gitRun the setup script to automatically configure fastfetch:
./scripts/setup.sh # This will copy the Ilder logo to your home directory and add a fastfetch alias to your shell configuration file.Simply append fastfetch to the bottom of your .zshrc file to have it appear everytime you open a new terminal.
# // ~/.zshrc
# Ilder Fastfetch Configuration
alias fastfetch="fastfetch --logo ~/.ilder_logo.txt --logo-color-1 \"38;2;229;52;137\" --structure title:separator:os:kernel:uptime:memory:cpu:gpu:disk:battery:poweradapter"
# Run fastfetch on startup.
fastfetch