Update dotfiles.
This commit is contained in:
parent
32133eb546
commit
c6d1708f0e
2 changed files with 5 additions and 0 deletions
|
@ -7,3 +7,5 @@
|
||||||
autoSetupRemote = yes
|
autoSetupRemote = yes
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
|
|
@ -48,6 +48,9 @@ apk add okular ebook-tools
|
||||||
apk add libreoffice musescore neochat qt5-qtlocation nextcloud-client \
|
apk add libreoffice musescore neochat qt5-qtlocation nextcloud-client \
|
||||||
nextcloud-client-dolphin
|
nextcloud-client-dolphin
|
||||||
|
|
||||||
|
# Spell checking in Libreoffice.
|
||||||
|
apk add hunspell hunspell-en hunspell-en-us
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
apk add git less make gcc musl-dev openssl-dev mandoc man-pages
|
apk add git less make gcc musl-dev openssl-dev mandoc man-pages
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue