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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -16,9 +16,9 @@ export const development = [
image: '/assets/images/tools/tmux.png', image: '/assets/images/tools/tmux.png',
}, },
{ {
name: 'Kitty', name: 'Wezterm',
url: 'https://sw.kovidgoyal.net/kitty/', url: 'https://wezfurlong.org/wezterm/',
image: '/assets/images/tools/kitty.png', image: '/assets/images/tools/wezterm.png',
}, },
{ {
name: 'Visual Studio Code', name: 'Visual Studio Code',

View File

@@ -30,7 +30,7 @@ Besides that, I have a few backup hard drives for automatic Time Machine backups
## Development ## 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.
<Toolbox tools={development} /> <Toolbox tools={development} />