1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

added home-manager

This commit is contained in:
J. Fernando Sánchez
2024-01-23 16:25:59 +01:00
parent f68b89be0f
commit fa7041ff8b
6 changed files with 63 additions and 5 deletions

16
wezterm/.wezterm.lua Normal file
View File

@@ -0,0 +1,16 @@
local wezterm = require 'wezterm'
local config = {}
config.font = wezterm.font 'Iosevka Nerd Font'
config.show_tab_index_in_tab_bar = true
-- wezterm.on('update-right-status', function(window, pane)
-- window:set_left_status 'left'
-- window:set_right_status 'right'
-- end)
config.use_fancy_tab_bar = true
config.show_tabs_in_tab_bar = false
config.show_new_tab_button_in_tab_bar = false
return config