mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Compare commits
2 Commits
ec3b6b27b7
...
6934c87709
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6934c87709 | ||
|
|
6f4a75353f |
@@ -2,9 +2,16 @@
|
|||||||
cursor = "#00ff00"
|
cursor = "#00ff00"
|
||||||
text = "#000000"
|
text = "#000000"
|
||||||
|
|
||||||
|
[env]
|
||||||
|
# set this to have true color when using nvim etc. in remote tmux session
|
||||||
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 9
|
size = 9
|
||||||
|
|
||||||
|
[font.normal]
|
||||||
|
family = "Jet Brains Mono Nerd Font"
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
# https://github.com/alacritty/alacritty-theme
|
# https://github.com/alacritty/alacritty-theme
|
||||||
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
|
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
|
||||||
|
|||||||
Reference in New Issue
Block a user