Compare commits

..

2 Commits

Author SHA1 Message Date
44016ea366
Oh right perl 2024-11-30 19:45:01 -05:00
db877d5f41
Migrate alacritty config 2024-11-30 19:45:01 -05:00
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,3 @@
import = ["~/.config/alacritty/themes/themes/tender.toml"]
live_config_reload = true
[bell]
animation = "EaseOutExpo"
@ -579,7 +577,7 @@ multiplier = 3
save_to_clipboard = false
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
[shell]
[terminal.shell]
args = ["-l"]
program = "/bin/zsh"
@ -593,3 +591,9 @@ startup_mode = "Windowed"
[window.padding]
x = 2
y = 2
[general]
live_config_reload = true
import = ["~/.config/alacritty/themes/themes/tender.toml"]
[terminal]

1
zshrc
View File

@ -56,6 +56,7 @@ path=(
$HOME/perl5/bin
$HOME/Library/Python/3.8/bin
/usr/local/opt/python@3.8/bin
/usr/bin/core_perl
/usr/local/sbin
/usr/local/bin
/usr/bin/vendor_perl