chore: A bunch of things.
Themery for nvim, tmux theme, zsh stuff
This commit is contained in:
parent
203921b304
commit
9435f9d024
17 changed files with 457 additions and 153 deletions
22
.config/alacritty/alacritty.toml
Normal file
22
.config/alacritty/alacritty.toml
Normal file
|
@ -0,0 +1,22 @@
|
|||
import = [
|
||||
"~/.config/alacritty/catppuccin-latte.toml"
|
||||
]
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 14.0
|
||||
|
||||
[font.normal]
|
||||
family = "FiraCode Nerd Font Mono"
|
||||
style = "Light"
|
||||
|
||||
[window]
|
||||
opacity = 0.95
|
||||
option_as_alt = "Both"
|
||||
dynamic_padding = true
|
||||
|
||||
[window.padding]
|
||||
x = 2
|
||||
y = 2
|
Loading…
Add table
Add a link
Reference in a new issue