mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02: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.
32 lines
427 B
Plaintext
32 lines
427 B
Plaintext
*.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
|