This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import = ["~/.config/alacritty/blood_moon.toml"] | |
[shell] | |
program = "/bin/fish" | |
[window] | |
opacity = 0.4 | |
[font] | |
normal = { family = "JetBrains Mono" , style = "Bold"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax on | |
set number | |
set linebreak | |
set showbreak=+++ | |
set textwidth=100 | |
set showmatch | |
set hlsearch | |
set smartcase | |
set ignorecase | |
set incsearch |