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