update
This commit is contained in:
parent
7ca8731e30
commit
e418928fa3
2 changed files with 8 additions and 6 deletions
6
ghostty
6
ghostty
|
|
@ -1,6 +0,0 @@
|
||||||
font-family = FiraCode Nerd Font
|
|
||||||
theme = Kanagawa Dragon
|
|
||||||
mouse-hide-while-typing = true
|
|
||||||
minimum-contrast = 1.1
|
|
||||||
font-size = 14
|
|
||||||
command = /usr/local/bin/tmux
|
|
||||||
8
wezterm.lua
Normal file
8
wezterm.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
local wezterm = require 'wezterm'
|
||||||
|
local config = wezterm.config_builder()
|
||||||
|
|
||||||
|
config.default_prog = { '/usr/bin/tmux' }
|
||||||
|
config.color_scheme = 'Kanagawa (Gogh)'
|
||||||
|
config.enable_tab_bar = false
|
||||||
|
|
||||||
|
return config
|
||||||
Loading…
Reference in a new issue