mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Prevents users from having to install their own NERD font. System fonts are still used preferentially on Linux but on macOS the builtin one is used preferentially. Cant find any CoreText API to change this. Still has to be implemented on macOS. And need to add code to the build system to bundle the font when building.
31 lines
427 B
Text
31 lines
427 B
Text
*.so
|
|
*.pyc
|
|
*.pyo
|
|
*.bin
|
|
*_stub.pyi
|
|
*_generated.go
|
|
*_generated.s
|
|
*_generated_test.go
|
|
*_generated_test.s
|
|
*_generated.h
|
|
/.dmypy.json
|
|
/dependencies
|
|
/tags
|
|
/build/
|
|
/fonts/
|
|
/linux-package/
|
|
/kitty.app/
|
|
/glad/out/
|
|
/kitty/launcher/kitt*
|
|
/*.dSYM/
|
|
__pycache__/
|
|
/glfw/wayland-*-client-protocol.[ch]
|
|
/docs/_build/
|
|
/docs/generated/
|
|
/tools/simdstring/simdstring.test
|
|
/.mypy_cache
|
|
/.ruff_cache
|
|
.DS_Store
|
|
.cache
|
|
bypy/b
|
|
bypy/virtual-machines.conf
|