Skip to content

Commit

Permalink
wezterm windows config
Browse files Browse the repository at this point in the history
  • Loading branch information
intrudir committed Dec 12, 2024
1 parent 015e9ec commit 69998fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dotfiles/windows/.wezterm.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
-- Pull in the wezterm API
local wezterm = require 'wezterm'

-- This will hold the configuration.
local config = wezterm.config_builder()

-- For example, changing the color scheme:
config.default_prog = { "powershell.exe", "-NoLogo" }
config.color_scheme = 'Argonaut'
config.font = wezterm.font 'FiraCode Nerd Font'
-- and finally, return the configuration to wezterm
return config

0 comments on commit 69998fe

Please sign in to comment.