diff --git a/public/assets/images/tools/ghostty.png b/public/assets/images/tools/ghostty.png
new file mode 100644
index 0000000..3c32627
Binary files /dev/null and b/public/assets/images/tools/ghostty.png differ
diff --git a/public/assets/images/tools/ghostty.webp b/public/assets/images/tools/ghostty.webp
new file mode 100644
index 0000000..d70003f
Binary files /dev/null and b/public/assets/images/tools/ghostty.webp differ
diff --git a/public/assets/images/tools/zed.png b/public/assets/images/tools/zed.png
new file mode 100644
index 0000000..359537b
Binary files /dev/null and b/public/assets/images/tools/zed.png differ
diff --git a/public/assets/images/tools/zed.webp b/public/assets/images/tools/zed.webp
new file mode 100644
index 0000000..651741a
Binary files /dev/null and b/public/assets/images/tools/zed.webp differ
diff --git a/src/content/journal/2024/raycast.mdx b/src/content/journal/2024/raycast.mdx
index 775a6d5..2898e88 100644
--- a/src/content/journal/2024/raycast.mdx
+++ b/src/content/journal/2024/raycast.mdx
@@ -245,7 +245,7 @@ As a developer, you work a lot with version control. I use the [GitHub](https://
-I use the [Kill Process](https://www.raycast.com/rolandleth/kill-process) extension to terminate hung processes. The [Port Manager](https://www.raycast.com/lucaschultz/port-manager) allows me to view or kill ports. The [Brew](https://www.raycast.com/nhojb/brew) extension allows me to use Homebrew from Raycast. I work a lot with Neovim and tmux in my WezTerm terminal. The [Tmux Sessioner](https://www.raycast.com/louishuyng/tmux-sessioner) allows me to jump directly into the terminal in a specific project.
+I use the [Kill Process](https://www.raycast.com/rolandleth/kill-process) extension to terminate hung processes. The [Port Manager](https://www.raycast.com/lucaschultz/port-manager) allows me to view or kill ports. The [Brew](https://www.raycast.com/nhojb/brew) extension allows me to use Homebrew from Raycast. I work a lot with Neovim and tmux in my Ghostty terminal. The [Tmux Sessioner](https://www.raycast.com/louishuyng/tmux-sessioner) allows me to jump directly into the terminal in a specific project.
I use extensions to format or create code. For example, I use [SVGO](https://www.raycast.com/kaichi/raycast-svgo) to optimize SVGs, [SVGR](https://www.raycast.com/rickMcGavin/svgr) to create React components from SVGs, and tools like [Format JSON](https://www.raycast.com/destiner/json-format) and [Prettier Code](https://www.raycast.com/lin/prettier) to format any code. It’s convenient to format the code before pasting it anywhere on the web.
diff --git a/src/data/tools.ts b/src/data/tools.ts
index 25cf9f3..633f028 100644
--- a/src/data/tools.ts
+++ b/src/data/tools.ts
@@ -10,15 +10,20 @@ export const development = [
url: 'https://neovim.io/',
image: '/assets/images/tools/neovim.webp',
},
+ {
+ name: 'Ghostty',
+ url: 'https://ghostty.org/',
+ image: '/assets/images/tools/ghostty.webp',
+ },
{
name: 'Tmux',
url: 'https://tmux.github.io/',
image: '/assets/images/tools/tmux.webp',
},
{
- name: 'Wezterm',
- url: 'https://wezfurlong.org/wezterm/',
- image: '/assets/images/tools/wezterm.webp',
+ name: 'Zed',
+ url: 'https://zed.dev/',
+ image: '/assets/images/tools/zed.webp',
},
{
name: 'Kaleidoscope',
diff --git a/src/pages/tools.mdx b/src/pages/tools.mdx
index 4a3256b..868fdb8 100644
--- a/src/pages/tools.mdx
+++ b/src/pages/tools.mdx
@@ -31,7 +31,7 @@ Besides that, I have a few backup hard drives for automatic Time Machine backups
## Development
-[Neovim](https://neovim.io/) with [LazyVim](https://www.lazyvim.org/) as a plugin manager is my default code editor. I use it in the [Wezterm terminal emulator](https://wezfurlong.org/wezterm/) with the [Tmux terminal multiplexer](https://tmux.github.io/). Occasionally, I use [Visual Studio Code](https://code.visualstudio.com/) with the [Neovim extension](https://marketplace.visualstudio.com/items?itemName=asvetliakov.vscode-neovim). I use [LazyGit](https://github.com/jesseduffield/lazygit) for Git.
+[Neovim](https://neovim.io/) with [LazyVim](https://www.lazyvim.org/) as a plugin manager is my default code editor. I use it in the [Ghostty terminal emulator](https://ghostty.org/) with the [Tmux terminal multiplexer](https://tmux.github.io/). Occasionally, I use [Zed](https://zed.dev/). I use [LazyGit](https://github.com/jesseduffield/lazygit) for Git.