diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-07 15:10:50 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-07 15:10:50 +0300 |
commit | 9c13d686c2414a27e06ad793ee2c801ee2c6883b (patch) | |
tree | 12add913bd4b3ffe4ea93229977335c69bd3fc16 | |
parent | 824228362d4b12444434ed61e96df1b949331e60 (diff) | |
download | dotfiles-9c13d686c2414a27e06ad793ee2c801ee2c6883b.tar.gz |
feat(alacritty): change font to Fira Code
-rw-r--r-- | .alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.alacritty.yml b/.alacritty.yml index e21fc65..1eabafd 100644 --- a/.alacritty.yml +++ b/.alacritty.yml @@ -1,6 +1,6 @@ font: normal: - family: DejaVuSansMono Nerd Font + family: Fira Code Semibold size: 6 # Gruvbox theme |