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
- Host: GitHub
- URL: https://github.com/pedrozappa/.dotfiles.pi
- Owner: PedroZappa
- Created: 2024-12-19T07:54:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T21:19:34.000Z (4 months ago)
- Last Synced: 2025-01-31T22:24:48.436Z (4 months ago)
- Topics: dotfiles, raspberry-pi, rnbo
- Language: Lua
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```