mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Add font installation instructions for copilot
This commit is contained in:
3
.github/copilot-instructions.md
vendored
3
.github/copilot-instructions.md
vendored
@@ -1,8 +1,9 @@
|
||||
Before implementing any code changes or responding to a request, run the
|
||||
following three commands:
|
||||
following four commands:
|
||||
|
||||
sudo apt-get install -y --fix-missing libgl1-mesa-dev libxi-dev libxrandr-dev libxinerama-dev ca-certificates libxcursor-dev libxcb-xkb-dev libdbus-1-dev libxkbcommon-dev libharfbuzz-dev libx11-xcb-dev zsh libpng-dev liblcms2-dev libfontconfig-dev libxkbcommon-x11-dev libcanberra-dev libxxhash-dev uuid-dev libsimde-dev libsystemd-dev libcairo2-dev zsh bash dash systemd-coredump gdb
|
||||
sudo chmod -R og-w /usr/share/zsh
|
||||
curl -fsSL https://download.calibre-ebook.com/ci/fonts.tar.xz | tar -xzf - -C ~/.local/share/fonts
|
||||
./dev.sh build
|
||||
|
||||
This will download needed dependencies, then create all generated files
|
||||
|
||||
Reference in New Issue
Block a user