Add alacritty config
This commit is contained in:
parent
1454d217c5
commit
e3c1dc8ff8
2 changed files with 26 additions and 0 deletions
|
@ -16,4 +16,10 @@
|
||||||
exact = true
|
exact = true
|
||||||
stripComponents = 1
|
stripComponents = 1
|
||||||
refreshPeriod = "168h"
|
refreshPeriod = "168h"
|
||||||
|
[".config/alacritty/catppuccin"]
|
||||||
|
type = "archive"
|
||||||
|
url = "https://github.com/catppuccin/alacritty/archive/main.tar.gz"
|
||||||
|
exact = true
|
||||||
|
stripComponents = 1
|
||||||
|
refreshPeriod = "168h"
|
||||||
|
|
||||||
|
|
20
dot_config/alacritty/private_alacritty.toml
Normal file
20
dot_config/alacritty/private_alacritty.toml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
|
||||||
|
[env]
|
||||||
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
|
[font]
|
||||||
|
size = 9.0
|
||||||
|
|
||||||
|
[font.normal]
|
||||||
|
family = "FiraCode Nerd Font"
|
||||||
|
style = "Regular"
|
||||||
|
|
||||||
|
[general]
|
||||||
|
# dynamic_padding = false
|
||||||
|
import = ["/home/dominik/.config/alacritty/catppuccin/catppuccin-mocha.toml"]
|
||||||
|
|
||||||
|
[terminal]
|
||||||
|
|
||||||
|
[terminal.shell]
|
||||||
|
args = ["-c", "sesh connect ~"]
|
||||||
|
program = "/bin/bash"
|
Loading…
Add table
Add a link
Reference in a new issue