Compare commits

..

No commits in common. "993055a27b7c5f41b4e23b5e9f8e21b67c3b14a5" and "05cdcd39e71e2dc70a0eadbafb758889a37cc044" have entirely different histories.

3 changed files with 0 additions and 26 deletions

View file

@ -1,24 +0,0 @@
-- Pull in the wezterm API
local wezterm = require 'wezterm'
-- This will hold the configuration.
local config = wezterm.config_builder()
-- This is where you actually apply your config choices
config = {
color_scheme = 'Tokyo Night',
cursor_thickness = 1.75,
default_cursor_style = 'SteadyBar',
enable_tab_bar = false,
font = wezterm.font 'SauceCodePro Nerd Font Mono',
font_size = 10.50,
scrollback_lines = 10000,
window_padding = {
left = 0,
right = 0,
top = 0,
bottom = 0,
},
}
return config

View file

@ -192,7 +192,6 @@
"tmux",
"user-dirs.dirs",
"user-dirs.locale",
"wezterm",
"zk"
]
}

View file

@ -67,7 +67,6 @@
"logrotate",
"river",
"tmux",
"wezterm",
"user-dirs.dirs",
"user-dirs.locale"
]