diff --git a/.cspell-allowed-words.txt b/.cspell-allowed-words.txt index d22051cd6..210a7a375 100644 --- a/.cspell-allowed-words.txt +++ b/.cspell-allowed-words.txt @@ -108,6 +108,7 @@ flatpak flicky flto fluidsynth +fontconfig fpath fprofile freedesktop @@ -306,6 +307,7 @@ releng relocs relro replaceme +repo resolv retroarch rhythmbox @@ -370,9 +372,9 @@ touchpad touchpads trackpad transifex -undeprecate uefi ufriilt +undeprecate unetbootin unikey untick diff --git a/.cspell.json b/.cspell.json index d914c4449..9e4feb84e 100644 --- a/.cspell.json +++ b/.cspell.json @@ -2,7 +2,7 @@ "version": "0.2", "language": "en", "words": ["add", "to", ".cspell-allowed-words.txt", "instead"], - "flagWords": ["flaggedword", "hte", "repo"], + "flagWords": ["flaggedword", "hte"], "dictionaries": ["cspell-allowed-words"], "dictionaryDefinitions": [ diff --git a/devlog/2024-01-29-dont-call-me-mate.md b/devlog/2024-01-29-dont-call-me-mate.md index 1afd394e6..f39463904 100644 --- a/devlog/2024-01-29-dont-call-me-mate.md +++ b/devlog/2024-01-29-dont-call-me-mate.md @@ -1,6 +1,6 @@ --- title: Don't call me MATE, pal! -slug: dont-call-me-mate-pal +slug: don't-call-me-mate-pal authors: - name: David Harder title: Solus Staff diff --git a/docs/packaging/prepare-for-packaging.md b/docs/packaging/prepare-for-packaging.md index 89d2762b5..da210b13e 100644 --- a/docs/packaging/prepare-for-packaging.md +++ b/docs/packaging/prepare-for-packaging.md @@ -96,14 +96,10 @@ Create your own fork of [getsolus/packages](https://github.com/getsolus/packages Create a local clone of the package repository you just forked. Here we are using the name `solus-packages` and cloning it into our home directoy. The rest of the documentation will presume this structure. You can choose a different name and path but will have to make sure to replace it in every command that refers to the `solus-packages` directory. - - ```bash gh repo clone packages ~/solus-packages ``` - - ## Initialize git hooks Initialize Git hooks for working with the repository by running: