feat!: added configs + restructuring
This commit is contained in:
32
config/alacritty/alacritty.toml
Normal file
32
config/alacritty/alacritty.toml
Normal file
@ -0,0 +1,32 @@
|
||||
# _____ .__ .__ __ __
|
||||
# / _ \ | | _____ ___________|__|/ |__/ |_ ___.__.
|
||||
# / /_\ \| | \__ \ _/ ___\_ __ \ \ __\ __< | |
|
||||
# / | \ |__/ __ \\ \___| | \/ || | | | \___ |
|
||||
# \____|__ /____(____ /\___ >__| |__||__| |__| / ____|
|
||||
# \/ \/ \/ \/
|
||||
#
|
||||
# https://alacritty.org/config-alacritty.html
|
||||
# Configuration by Coby Powers
|
||||
|
||||
import = [
|
||||
"~/.config/alacritty/catppuccin-mocha.toml"
|
||||
]
|
||||
|
||||
|
||||
[window]
|
||||
padding.x = 10
|
||||
padding.y = 10
|
||||
opacity = 0.9
|
||||
|
||||
[scrolling]
|
||||
multiplier = 2
|
||||
|
||||
[font]
|
||||
normal.family = "JetBrains Mono Nerd Font"
|
||||
size = 12
|
||||
|
||||
[cursor]
|
||||
style.shape = "Beam"
|
||||
style.blinking = "On"
|
||||
blink_interval = 500
|
||||
unfocused_hollow = false
|
Reference in New Issue
Block a user