Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cokicat/dotfiles-alpine
Easily setup Alpine.
https://github.com/cokicat/dotfiles-alpine
alpine-linux config desktop-application dotfiles install-script jwm qogir-theme setup-script x11
Last synced: 3 days ago
JSON representation
Easily setup Alpine.
- Host: GitHub
- URL: https://github.com/cokicat/dotfiles-alpine
- Owner: cokicat
- License: isc
- Created: 2024-08-08T17:57:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T09:23:44.000Z (4 months ago)
- Last Synced: 2024-11-17T08:30:09.783Z (2 months ago)
- Topics: alpine-linux, config, desktop-application, dotfiles, install-script, jwm, qogir-theme, setup-script, x11
- Language: Python
- Homepage:
- Size: 942 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_jwmrc
Awesome Lists containing this project
README
![The script](script.png)
![The desktop](desktop.png)
# Easily setup Alpine Linux
This script prepares Alpine to be ready for use after installation.
It automatically installs a lightweight desktop, some useful utilities and my dotfiles to Alpine.
The script will ask for update and then install the cool stuff.# Installation
First, uncomment the second line of `/etc/apk/repositories`, e. g.:
```
http://dl-cdn.alpinelinux.org/alpine/edge/main
#http://dl-cdn.alpinelinux.org/alpine/edge/communinity
```
Will be:
```
http://dl-cdn.alpinelinux.org/alpine/edge/main
http://dl-cdn.alpinelinux.org/alpine/edge/communinity
```
This will enable the community repository.
You can now, install `python3` as root, which is required by `install` file.
```
apk add python3
```
And finally run as root:
```
./install
```# Packages used
## Fonts
- `font-ubuntu`
- `font-liberation`
- `font-liberation-mono-nerd`## X11
- Complete xorg server with `setup-xorg-base`
- `xf86-input-evdev`
- `xf86-input-synaptics`
- `jwm`
- `feh`
- `setxkbmap`
- `xrandr`## Shell
- `bash`
- `bash-completion`## Tools
- `neofetch`
- `sudo`
- `htop`
- `curl`
- `python3`
- `zip`
- `unzip`
- `7zip`
- `git`
- `github-cli`## Editors
- `vim`
- `micro`
- `nano`## Compilers
- `gcc`
- `make`
- `automake`
- `autoconf`## Desktop applications
- `alacritty`
- `firefox`
- `rofi`
- `thunar`
- `file-roller`
- `network-manager-applet`## [Qogir-theme](https://github.com/vinceliuice/Qogir-theme) & [Qogir-icon-theme](https://github.com/vinceliuice/Qogir-icon-theme)
- `gtk-murrine-engine`
- `gtk-engines`
- `sassc`