Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#!/bin/bash 2 3echo "running xtask" 4(cd crates/theme && cargo xtask build-theme-types) 5 6echo "updating theme packages" 7(cd styles && npm install) 8 9echo "building theme types" 10(cd styles && npm run build-types)