An open API service indexing awesome lists of open source software.

https://github.com/pedrozappa/.dotfiles.pi

Config for Raspberry Pi 5 Dev Environment
https://github.com/pedrozappa/.dotfiles.pi

dotfiles raspberry-pi rnbo

Last synced: 3 months ago
JSON representation

Config for Raspberry Pi 5 Dev Environment

Awesome Lists containing this project

README

        

# .dotfiles for Raspberry Pi 5

> Tested w/ `2024-11-19 Raspberry Pi OS Bookworm ARMHF LITE`.

## Install on a fresh Raspberry Pi
```sh
sudo apt install wget
wget https://github.com/PedroZappa/.dotfiles.pi/raw/refs/heads/main/scripts/pienv.sh
chmod +x pienv.sh
./pienv.sh
```