mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
chezmoi: awesome, fish, screen, wezterm, yazi
This commit is contained in:
parent
2cbf244d7b
commit
295f94ddb9
27 changed files with 613 additions and 5 deletions
17
dot_config/wezterm/wezterm.lua
Normal file
17
dot_config/wezterm/wezterm.lua
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
-- vim: foldmethod=marker foldmarker=#region,#endregion
|
||||
-- $DOTFILES/tools/wezterm/wezterm.lua
|
||||
-- Date: 2024-12-22
|
||||
-- Author: js0ny
|
||||
|
||||
local wezterm = require("wezterm")
|
||||
local color = require("color")
|
||||
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
require("tab")(config)
|
||||
require("appearance")(config)
|
||||
require("keymaps")(config)
|
||||
require("launcher")(config)
|
||||
require("misc")(config)
|
||||
|
||||
return config
|
||||
Loading…
Add table
Add a link
Reference in a new issue