mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat(tools): change terminal from Kitty to Wezterm
This commit is contained in:
BIN
public/assets/images/tools/wezterm.png
Normal file
BIN
public/assets/images/tools/wezterm.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
@@ -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',
|
||||
|
||||
@@ -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.
|
||||
|
||||
<Toolbox tools={development} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user