mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(alacritty): add configuration for Alacritty terminal
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
- link:
|
||||
~/.ack: ack
|
||||
~/.ag: ag
|
||||
~/.config/alacritty: alacritty
|
||||
~/.config/kitty: kitty
|
||||
~/.config/starship.toml: starship.toml
|
||||
~/.ctags: ctags
|
||||
|
||||
12
alacritty/alacritty.yml
Normal file
12
alacritty/alacritty.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
window:
|
||||
dimensions:
|
||||
columns: 150
|
||||
lines: 50
|
||||
decorations: full
|
||||
font:
|
||||
normal:
|
||||
family: FiraCode Nerd Font Mono
|
||||
size: 16.0
|
||||
background_opacity: 1.0
|
||||
key_bindings:
|
||||
- { key: Return, mods: Command, action: ToggleSimpleFullscreen }
|
||||
Reference in New Issue
Block a user