Update dotfiles.

This commit is contained in:
Jordan Bancino 2024-01-14 14:23:50 -05:00
parent 32133eb546
commit c6d1708f0e
2 changed files with 5 additions and 0 deletions

View file

@ -7,3 +7,5 @@
autoSetupRemote = yes
[credential]
helper = store
[pull]
rebase = false

View file

@ -48,6 +48,9 @@ apk add okular ebook-tools
apk add libreoffice musescore neochat qt5-qtlocation nextcloud-client \
nextcloud-client-dolphin
# Spell checking in Libreoffice.
apk add hunspell hunspell-en hunspell-en-us
# Development
apk add git less make gcc musl-dev openssl-dev mandoc man-pages
```