Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`