particle-os-modules/modules
Lucas Ribeiro 53507920aa
feat: fonts module (#52)
* feat: nerd-fonts modules

* feat: nerd-fonts modules

* feat: fonts module

* fix: fonts module readme

* chore: fonts module readme

* chore: fonts module

* chore: fonts module

* Update nerd-fonts.sh

* Update google-fonts.sh

* chore: scripts

* docs: unify font module grammar with other modules

fixes some misc grammar mistakes and makes documentation more inline with that of other modules

* refactor: move download.sh to root directory
this removes the need of the font source scripts
to have an environment variable with path to the ./scripts directory
making them more portable

* fix: get correct download.sh path
(relative to currently running script)

* chore: rm loop making .sh in scripts/ executable
this is not needed, as download.sh was moved and is called with bash

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
2023-10-01 13:14:54 +00:00
..
bling fix(laptop): typo 2023-09-27 02:09:31 -03:00
files docs(startingpoint): fix typos with formatting (#35) 2023-09-11 05:25:46 +00:00
fonts feat: fonts module (#52) 2023-10-01 13:14:54 +00:00
rpm-ostree fix: misc typos (#36) 2023-09-12 16:30:42 +00:00
script docs(startingpoint): fix typos with formatting (#35) 2023-09-11 05:25:46 +00:00
systemd fix(systemd): Force-enable services to override existing symlinks 2023-09-17 14:43:33 -04:00
yafti docs(startingpoint): fix typos with formatting (#35) 2023-09-11 05:25:46 +00:00
README.md feat: startingpoint modules (#33) 2023-09-10 14:29:26 +00:00

Modules for Startingpoint

Here (check the sidebar if you're on the website) is documentation for every default module for Startingpoint. Source code is inside the bling repository, which is intended for hosting more static and shared parts of custom images.

For more information about Startingpoint and modules, refer to the README inside the config/ directory.