https://github.com/mxvish/raspi-auto-setup
My configuration files to setup raspberry pi
https://github.com/mxvish/raspi-auto-setup
automation bash cli command-line config console debian device git github iot linux open-source raspberry-pi reference scripts setup shell terminal vim
Last synced: 19 days ago
JSON representation
My configuration files to setup raspberry pi
- Host: GitHub
- URL: https://github.com/mxvish/raspi-auto-setup
- Owner: mxvish
- License: gpl-3.0
- Created: 2021-12-07T11:14:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T07:52:37.000Z (over 1 year ago)
- Last Synced: 2025-01-02T11:43:27.416Z (over 1 year ago)
- Topics: automation, bash, cli, command-line, config, console, debian, device, git, github, iot, linux, open-source, raspberry-pi, reference, scripts, setup, shell, terminal, vim
- Language: Shell
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raspi_auto_setup
My configuration files to setup raspberry pi
## installation & usage
```sh
sudo apt -y install git
git clone https://github.com/mxvish/raspi-auto-setup.git
mv raspi-auto-setup/* ~/
sudo bash setup.sh
```