https://github.com/ngrogg/alpine-config
An attempt at a BASH script to configure a blank Alpine Linux install
https://github.com/ngrogg/alpine-config
alpine-linux bash bash-script linux
Last synced: about 2 months ago
JSON representation
An attempt at a BASH script to configure a blank Alpine Linux install
- Host: GitHub
- URL: https://github.com/ngrogg/alpine-config
- Owner: ngrogg
- Created: 2025-07-13T09:36:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-13T11:47:00.000Z (12 months ago)
- Last Synced: 2025-07-13T13:22:37.678Z (12 months ago)
- Topics: alpine-linux, bash, bash-script, linux
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alpine Config
An attempt at a BASH script to configure a blank Alpine Linux install
## Overview
Script is designed for a blank Alpine Linux install. Script should be run as "normal" non-admin user.
Script will configure based on "NetworkManager", "Desktop", and "Fonts" tutorials in Alpine linux documentation. Script does not configure WIFI!
May not fit all use-cases, strongly recommend against just running without reading.
wget command for using script to bootstrap a fresh install.
Main,
`wget https://raw.githubusercontent.com/ngrogg/alpine-config/refs/heads/main/alpineConfig.sh`
Testing,
`wget https://raw.githubusercontent.com/ngrogg/alpine-config/refs/heads/testing/alpineConfig.sh`