mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-07 14:21:42 +01:00
Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
local wezterm = require("wezterm")
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
config.enable_wayland = false
|
||||
config.default_prog = { "nu" }
|
||||
config.color_scheme = "Tokyo Night"
|
||||
config.enable_kitty_keyboard = true
|
||||
config.font_size = 16
|
||||
|
||||
return config
|
||||
Reference in New Issue
Block a user