Squashed commit of the following:
- dusnt theme
- readme fix?
- removed librewolf from laptop backup. takes too long
- wezterm var for wezterm
- use p10kbar only if wezterm var
- removed zsh entry in wezterm and tmux
- moved to librewolf
- backup changes
This commit is contained in:
5
env/.config/wezterm/wezterm.lua
vendored
5
env/.config/wezterm/wezterm.lua
vendored
@@ -2,7 +2,10 @@ local wezterm = require 'wezterm'
|
||||
local colors= require 'colors'
|
||||
|
||||
local config = {}
|
||||
config.default_prog = { 'zsh', '-l' } --config.font = wezterm.font 'Classic Console' config.font_size = 15 config.font = wezterm.font 'Source Code Pro'
|
||||
--config.font = wezterm.font 'Classic Console' config.font_size = 15 config.font = wezterm.font 'Source Code Pro'
|
||||
config.set_environment_variables = {
|
||||
wezterm = 'yes',
|
||||
}
|
||||
config.enable_tab_bar = false
|
||||
|
||||
config.font = wezterm.font_with_fallback {
|
||||
|
||||
Reference in New Issue
Block a user