The README for scripts has an incorrect use of the `set`. Where it says to use: set -oue pipefail it should be: set -euo pipefail since `pipefail` is an option consumed by `set -o`. More information: https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html |
||
|---|---|---|
| .. | ||
| sources | ||
| download.sh | ||
| fonts.sh | ||
| README.md | ||
fonts Module for Startingpoint
The fonts module can be used to install nerd-fonts or google-fonts. This module will always download the latest version and properly configure fonts.
Example configuration
- type: fonts
fonts:
nerd-fonts:
- FiraCode # don't add "Nerd Font" suffix.
- Hack
- SourceCodePro
- Terminus
- JetBrainsMono
- NerdFontsSymbolsOnly
google-fonts:
- Roboto
- Open Sans