Updated and switched to alacritty toml config
This commit is contained in:
parent
bbf4842dfc
commit
2a1e8355d9
@ -76,11 +76,41 @@ action = "ScrollToBottom"
|
|||||||
key = "H"
|
key = "H"
|
||||||
mods = "Alt"
|
mods = "Alt"
|
||||||
|
|
||||||
|
# Colors (Gruvbox dark)
|
||||||
|
|
||||||
|
# Default colors
|
||||||
|
[colors.primary]
|
||||||
|
# hard contrast background = = '#1d2021'
|
||||||
|
background = '#282828'
|
||||||
|
# soft contrast background = = '#32302f'
|
||||||
|
foreground = '#ebdbb2'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
[colors.normal]
|
||||||
|
black = '#282828'
|
||||||
|
red = '#cc241d'
|
||||||
|
green = '#98971a'
|
||||||
|
yellow = '#d79921'
|
||||||
|
blue = '#458588'
|
||||||
|
magenta = '#b16286'
|
||||||
|
cyan = '#689d6a'
|
||||||
|
white = '#a89984'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
[colors.bright]
|
||||||
|
black = '#928374'
|
||||||
|
red = '#fb4934'
|
||||||
|
green = '#b8bb26'
|
||||||
|
yellow = '#fabd2f'
|
||||||
|
blue = '#83a598'
|
||||||
|
magenta = '#d3869b'
|
||||||
|
cyan = '#8ec07c'
|
||||||
|
white = '#ebdbb2'
|
||||||
|
|
||||||
[mouse]
|
[mouse]
|
||||||
hide_when_typing = true
|
hide_when_typing = true
|
||||||
|
|
||||||
[scrolling]
|
[scrolling]
|
||||||
auto_scroll = true
|
|
||||||
history = 1000
|
history = 1000
|
||||||
|
|
||||||
[shell]
|
[shell]
|
||||||
|
@ -20,7 +20,7 @@ for option in "$@"; do
|
|||||||
case $option in
|
case $option in
|
||||||
alacritty)
|
alacritty)
|
||||||
[ ! -d "$HOME/.config/alacritty" ] && mkdir -p "$HOME/.config/alacritty"
|
[ ! -d "$HOME/.config/alacritty" ] && mkdir -p "$HOME/.config/alacritty"
|
||||||
link "$PWD/alacritty/alacritty.yml" "$HOME/.config/alacritty/alacritty.yml"
|
link "$PWD/alacritty/alacritty.toml" "$HOME/.config/alacritty/alacritty.toml"
|
||||||
;;
|
;;
|
||||||
zsh)
|
zsh)
|
||||||
[ ! -d "$HOME/.config/zsh" ] && mkdir -p "$HOME/.config/zsh"
|
[ ! -d "$HOME/.config/zsh" ] && mkdir -p "$HOME/.config/zsh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user