Add Wezterm support
This commit is contained in:
@@ -30,3 +30,4 @@ stow --dotfiles -t ~ zsh
|
|||||||
stow --dotfiles -t ~ ruby
|
stow --dotfiles -t ~ ruby
|
||||||
stow --dotfiles -t ~ nvim
|
stow --dotfiles -t ~ nvim
|
||||||
stow --dotfiles -t ~ tmux
|
stow --dotfiles -t ~ tmux
|
||||||
|
stow --dotfiles -t ~ wez
|
||||||
|
|||||||
7
wez/.config/wezterm/wezterm.lua
Normal file
7
wez/.config/wezterm/wezterm.lua
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
local wezterm = require('wezterm')
|
||||||
|
local config = wezterm.config_builder()
|
||||||
|
config.color_scheme = "Catppuccin Mocha"
|
||||||
|
config.font = wezterm.font('FiraCode Nerd Font Mono')
|
||||||
|
config.font_size = 16
|
||||||
|
|
||||||
|
return config
|
||||||
Reference in New Issue
Block a user