feat(tools): change terminal from Kitty to Wezterm

This commit is contained in:
Stefan Imhoff
2023-06-08 12:16:06 +02:00
parent 20a0a747f3
commit 1b8cf52023
3 changed files with 4 additions and 4 deletions

View File

@@ -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',