Compare commits

..

2 commits

Author SHA1 Message Date
569910b5cb Yes, I want master as the default Git branch. 2024-01-20 22:32:47 -05:00
c6d1708f0e Update dotfiles. 2024-01-14 14:23:50 -05:00
2 changed files with 7 additions and 0 deletions

View file

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

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
```