switch to alacritty
This commit is contained in:
parent
15f325d5c5
commit
a9a59b9420
|
|
@ -1,5 +1,9 @@
|
|||
|
||||
live_config_reload = true
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[colors]
|
||||
draw_bold_text_with_bright_colors = true
|
||||
|
||||
|
|
@ -36,7 +40,7 @@ persistent_logging = false
|
|||
render_timer = false
|
||||
|
||||
[font]
|
||||
size = 9
|
||||
size = 8
|
||||
|
||||
[font.bold]
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
export EDITOR="nvim"
|
||||
export TERMINAL="st"
|
||||
export TERMINAL_PROG="st"
|
||||
export TERMINAL="alacritty"
|
||||
export TERMINAL_PROG="alacritty"
|
||||
export BROWSER="librewolf"
|
||||
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
|
|
|
|||
|
|
@ -130,3 +130,4 @@ speculate -> form a theory or conjecture about a subjet without firm evidence.
|
|||
mediocre -> of only average quality; not very good.
|
||||
sober -> not affected by alcohol; not drunk.
|
||||
niche -> a comfortable or suitable position in life or employment
|
||||
sequestered -> isolated and hidden away (place)
|
||||
|
|
|
|||
Loading…
Reference in New Issue