diff --git a/public/assets/images/tools/wezterm.png b/public/assets/images/tools/wezterm.png new file mode 100644 index 0000000..4037eba Binary files /dev/null and b/public/assets/images/tools/wezterm.png differ diff --git a/src/data/tools.ts b/src/data/tools.ts index 7b20bce..8575f0a 100644 --- a/src/data/tools.ts +++ b/src/data/tools.ts @@ -16,9 +16,9 @@ export const development = [ image: '/assets/images/tools/tmux.png', }, { - name: 'Kitty', - url: 'https://sw.kovidgoyal.net/kitty/', - image: '/assets/images/tools/kitty.png', + name: 'Wezterm', + url: 'https://wezfurlong.org/wezterm/', + image: '/assets/images/tools/wezterm.png', }, { name: 'Visual Studio Code', diff --git a/src/pages/tools.mdx b/src/pages/tools.mdx index 7237359..7dc7f68 100644 --- a/src/pages/tools.mdx +++ b/src/pages/tools.mdx @@ -30,7 +30,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 [Kitty terminal emulator](https://sw.kovidgoyal.net/kitty/) 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 [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.