From 321bc5e64777f483e882da9096f58f5b911a39dc Mon Sep 17 00:00:00 2001 From: Kenneth Date: Tue, 14 May 2024 02:59:08 +0100 Subject: [PATCH] change terminal font --- .wezterm.lua | 2 +- README.md | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.wezterm.lua b/.wezterm.lua index 094a6ee..d7a265a 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -22,7 +22,7 @@ wezterm.on("window-config-reloaded", function(window, pane) end end) -config.font = wezterm.font("SF Mono") +config.font = wezterm.font("CommitMono") config.font_size = 14 config.use_fancy_tab_bar = false diff --git a/README.md b/README.md index ee6bd7d..ca31ddc 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,5 @@ my dotfiles. includes: - [starship](https://starship.rs) - [neovim](https://neovim.io/) - -# starship - -![](./screenshots/starship.png) +- [wezterm](https://wezfurlong.org/wezterm/index.html)