Update README.md
This commit is contained in:
parent
4d88e6f3e9
commit
dab70aad18
1 changed files with 5 additions and 17 deletions
22
README.md
22
README.md
|
@ -21,32 +21,20 @@ My current operating system of choice is Alpine Linux. If I ever re-install,
|
||||||
this is the set up procedure:
|
this is the set up procedure:
|
||||||
|
|
||||||
```
|
```
|
||||||
setup-desktop plasma
|
setup-desktop gnome
|
||||||
apk add networkmanager-wifi wpa_supplicant
|
apk add networkmanager-wifi wpa_supplicant
|
||||||
rc-update add wpa_supplicant default
|
rc-update add wpa_supplicant default
|
||||||
rc-update add networkmanager default
|
rc-update add networkmanager default
|
||||||
|
|
||||||
# File explorer
|
|
||||||
apk add dolphin
|
|
||||||
|
|
||||||
# Media player
|
|
||||||
apk add haruna
|
|
||||||
|
|
||||||
# Camera
|
|
||||||
apk add kamoso
|
|
||||||
|
|
||||||
# Printing
|
# Printing
|
||||||
apk add system-config-printer cups cups-filter
|
apk add system-config-printer cups cups-filters
|
||||||
|
rc-update add cupsd default
|
||||||
|
|
||||||
# Scanning
|
# Scanning
|
||||||
apk add simple-scan sane-backends
|
apk add sane-backends # Gnome scanner will pick up network scanners now
|
||||||
|
|
||||||
# PDFs and Epubs
|
|
||||||
apk add okular ebook-tools
|
|
||||||
|
|
||||||
# Other GUI applications
|
# Other GUI applications
|
||||||
apk add libreoffice musescore neochat qt5-qtlocation nextcloud-client \
|
apk add libreoffice musescore nextcloud-client
|
||||||
nextcloud-client-dolphin
|
|
||||||
|
|
||||||
# Spell checking in Libreoffice.
|
# Spell checking in Libreoffice.
|
||||||
apk add hunspell hunspell-en hunspell-en-us
|
apk add hunspell hunspell-en hunspell-en-us
|
||||||
|
|
Loading…
Reference in a new issue