https://github.com/ozh/dotfiles-raspi
🙈 My dotfiles and settings for Raspberrys
https://github.com/ozh/dotfiles-raspi
bash bash-prompt dotfiles raspberry-pi
Last synced: about 1 month ago
JSON representation
🙈 My dotfiles and settings for Raspberrys
- Host: GitHub
- URL: https://github.com/ozh/dotfiles-raspi
- Owner: ozh
- Created: 2025-08-16T15:03:08.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-14T07:41:20.000Z (9 months ago)
- Last Synced: 2025-09-28T23:56:28.900Z (9 months ago)
- Topics: bash, bash-prompt, dotfiles, raspberry-pi
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My dotfiles for Raspberry Pi's

### installation
```shell
cd ~ && git clone https://github.com/ozh/dotfiles-raspi && cd dotfiles-raspi && source ~/dotfiles-raspi/install.sh
```
### update
```shell
cd ~/dotfiles-raspi && git pull && source ~/dotfiles-raspi/install.sh
```