Update file structure
This commit is contained in:
parent
334926f8f4
commit
1ce8565110
@ -30,45 +30,47 @@ config.warn_about_missing_glyphs=false
|
|||||||
-- config.color_scheme = 'Catppuccin Mocha'
|
-- config.color_scheme = 'Catppuccin Mocha'
|
||||||
config.color_scheme = "Gigavolt (base16)"
|
config.color_scheme = "Gigavolt (base16)"
|
||||||
|
|
||||||
config.font = wezterm.font({
|
config.font = wezterm.font "JetBrainsMono Nerd Font"
|
||||||
family='MonaspiceNe Nerd Font',
|
|
||||||
weight='Regular',
|
|
||||||
harfbuzz_features={ 'calt', 'liga', 'dlig', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08' },
|
|
||||||
})
|
|
||||||
|
|
||||||
config.font_rules = {
|
-- config.font = wezterm.font({
|
||||||
{ -- Italic
|
-- family='MonaspiceNe Nerd Font',
|
||||||
intensity = 'Normal',
|
-- weight='Regular',
|
||||||
italic = true,
|
-- harfbuzz_features={ 'calt', 'liga', 'dlig', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08' },
|
||||||
font = wezterm.font({
|
-- })
|
||||||
-- family="MonaspiceRa Nerd Font", -- script style
|
|
||||||
family='MonaspiceXe Nerd Font', -- courier-like
|
|
||||||
style = 'Italic',
|
|
||||||
})
|
|
||||||
},
|
|
||||||
|
|
||||||
{ -- Bold
|
-- config.font_rules = {
|
||||||
intensity = 'Bold',
|
-- { -- Italic
|
||||||
italic = false,
|
-- intensity = 'Normal',
|
||||||
font = wezterm.font( {
|
-- italic = true,
|
||||||
family='MonaspiceKr Nerd Font',
|
-- font = wezterm.font({
|
||||||
family='MonaspiceKr Nerd Font',
|
-- -- family="MonaspiceRa Nerd Font", -- script style
|
||||||
-- weight='ExtraBold',
|
-- family='MonaspiceXe Nerd Font', -- courier-like
|
||||||
weight='Bold',
|
-- style = 'Italic',
|
||||||
})
|
-- })
|
||||||
},
|
-- },
|
||||||
|
|
||||||
{ -- Bold Italic
|
-- { -- Bold
|
||||||
intensity = 'Bold',
|
-- intensity = 'Bold',
|
||||||
italic = true,
|
-- italic = false,
|
||||||
font = wezterm.font( {
|
-- font = wezterm.font( {
|
||||||
family='MonaspiceXe Nerd Font',
|
-- family='MonaspiceKr Nerd Font',
|
||||||
style='Italic',
|
-- family='MonaspiceKr Nerd Font',
|
||||||
weight='Bold',
|
-- -- weight='ExtraBold',
|
||||||
}
|
-- weight='Bold',
|
||||||
)
|
-- })
|
||||||
},
|
-- },
|
||||||
}
|
|
||||||
|
-- { -- Bold Italic
|
||||||
|
-- intensity = 'Bold',
|
||||||
|
-- italic = true,
|
||||||
|
-- font = wezterm.font( {
|
||||||
|
-- family='MonaspiceXe Nerd Font',
|
||||||
|
-- style='Italic',
|
||||||
|
-- weight='Bold',
|
||||||
|
-- }
|
||||||
|
-- )
|
||||||
|
-- },
|
||||||
|
-- }
|
||||||
|
|
||||||
-- and finally, return the configuration to wezterm
|
-- and finally, return the configuration to wezterm
|
||||||
return config
|
return config
|
||||||
|
@ -21,7 +21,7 @@ here are the dotfiles and some of the programs i use for my bspwm setup. wip.
|
|||||||
- prompt: [starship](https://starship.rs)
|
- prompt: [starship](https://starship.rs)
|
||||||
- fetch: [pfetch](https://github.com/dylanaraps/pfetch)
|
- fetch: [pfetch](https://github.com/dylanaraps/pfetch)
|
||||||
- monitor: [bottom](https://github.com/ClementTsang/bottom)
|
- monitor: [bottom](https://github.com/ClementTsang/bottom)
|
||||||
- fun
|
- [glow](https://github.com/charmbracelet/glow) - markdown preview
|
||||||
|
|
||||||
### 🚀 development
|
### 🚀 development
|
||||||
- ide: [lunarvim](https://www.lunarvim.org/)
|
- ide: [lunarvim](https://www.lunarvim.org/)
|
||||||
@ -34,6 +34,7 @@ here are the dotfiles and some of the programs i use for my bspwm setup. wip.
|
|||||||
- [redshift](http://jonls.dk/redshift/) - saves my eyes at night
|
- [redshift](http://jonls.dk/redshift/) - saves my eyes at night
|
||||||
- [taskline](https://github.com/perryrh0dan/taskline) - todo list
|
- [taskline](https://github.com/perryrh0dan/taskline) - todo list
|
||||||
- [kabmat](https://github.com/PlankCipher/kabmat) - kanban boards
|
- [kabmat](https://github.com/PlankCipher/kabmat) - kanban boards
|
||||||
|
- [alternatives](https://github.com/mayfrost/guides/blob/master/ALTERNATIVES.md) - not a program, but a list of better programs
|
||||||
|
|
||||||
### 🎉 fun
|
### 🎉 fun
|
||||||
- [cava](https://github.com/karlstav/cava) - music visualizer
|
- [cava](https://github.com/karlstav/cava) - music visualizer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user