Home

Playing with Raspberry

First Boot

sudo pacman -Syu rpi-imager
# Example static IP configuration:
interface eth0
static ip_address=192.168.1.120/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1 8.8.8.8
ssh pi@192.168.1.120
wget https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch

Then make this file executable and run.

neofetch on my rpi