Setting up/Configuring Librem PureOS Laptop

Only the default en_US locale is installed, yet if like me you setup your laptop to use a different locale then you will need to install the hunspell dictionaries for spell-check to work in many GNU/Linux editors.

sudo apt install hunspell-gb-en

these get installed under /usr/share/hunspell/ which you might require to setup in your application settings. This was the case for the atom IDE I use for code development.