Skip to content

Commit

Permalink
add wezterm config
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi IIGUNI <[email protected]>
  • Loading branch information
guni1192 committed Jun 30, 2024
1 parent fdc0ee3 commit 58e3e24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wezterm/wezterm.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
local wezterm = require 'wezterm'

local config = wezterm.config_builder()
config.color_scheme = 'zenwritten_dark'

config.hyperlink_rules = wezterm.default_hyperlink_rules()

return config

0 comments on commit 58e3e24

Please sign in to comment.