reorganization and documentation
This commit is contained in:
parent
042db5bcea
commit
a6e82c4b12
94 changed files with 1353 additions and 26 deletions
|
@ -13,7 +13,7 @@ local config = {
|
|||
bottom = 4,
|
||||
},
|
||||
use_fancy_tab_bar = false,
|
||||
tab_bar_at_bottom = true,
|
||||
tab_bar_at_bottom = false,
|
||||
launch_menu = {},
|
||||
keys = {
|
||||
-- disable search (ctrl f = tab)
|
||||
|
@ -50,11 +50,12 @@ local config = {
|
|||
action="OpenLinkAtMouseCursor",
|
||||
},
|
||||
},
|
||||
color_scheme_dirs = {},
|
||||
}
|
||||
|
||||
if wezterm.target_triple == "x86_64-pc-windows-msvc" then
|
||||
config.default_prog = {"D:/Programs/git-sdk-64/usr/bin/zsh", "-i"}
|
||||
config.default_cwd = "D:/Downloads"
|
||||
config.default_prog = {"C:/Program Files/PowerShell/7/pwsh.exe", "-NoLogo"}
|
||||
-- config.default_cwd = "D:/Downloads"
|
||||
config.font = wezterm.font_with_fallback({
|
||||
"Terminus (TTF)",
|
||||
"Unifont Windows",
|
||||
|
@ -68,7 +69,9 @@ if wezterm.target_triple == "x86_64-pc-windows-msvc" then
|
|||
}
|
||||
-- config.default_gui_startup_args = {"connect", "unix"}
|
||||
|
||||
table.insert(config.launch_menu, {
|
||||
config.color_scheme_dirs[#config.color_scheme_dirs + 1] = "D:/Misc/dotfiles-pub/common/wezterm/colors"
|
||||
|
||||
--[[table.insert(config.launch_menu, {
|
||||
label = "MSYS2",
|
||||
args = {
|
||||
"C:/msys64/msys2_shell.cmd",
|
||||
|
@ -88,7 +91,7 @@ if wezterm.target_triple == "x86_64-pc-windows-msvc" then
|
|||
"D:/Programs/cygwin/bin/bash",
|
||||
"--login",
|
||||
},
|
||||
})
|
||||
})--]]
|
||||
else
|
||||
local function fallback(font)
|
||||
return wezterm.font_with_fallback({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue