I suck at naming things, so this is not a final name.
Work in progress!
The customize terminal is a terminal that allows you to customize the look and feel of your terminal.
- Install the dependencies
pnpm install- You might need to rebuild node-pty (I had to)
pnpx electron-rebuild -f -w node-ptyIf you get an error, run the following command
pnpm exec electron-rebuild -v <version> -f -w node-ptyGet the version from package.json under electron.
For example
"electron": "^38.2.1"We would run
pnpm exec electron-rebuild -v 38.2.1 -f -w node-pty- Run the application
pnpm startpnpm start