DotHub/alacritty
Robin C. 1bac768d86 Bind ctrl space in tmux to copy mode
Remove alacritty vi mode copy
Add multiple tmux settings
Add forced terminal colors to tmux
Change alacritty font size
2025-01-21 07:23:24 +01:00
..
2025-01-09 00:43:45 +01:00

Alacritty

My configuration for the Alacritty terminal emulator.

Installation

Symlink hezkore.toml to $XDG_CONFIG_HOME/alacritty/hezkore.toml.
Or %APPDATA%\alacritty\alacritty.toml on Windows.
Then add import = [ "./hezkore.toml" ] under [general] in your alacritty.toml file.

Automatic Installation (Linux)

mkdir -p $XDG_CONFIG_HOME/alacritty
ln -s $PWD/hezkore.toml $XDG_CONFIG_HOME/alacritty/hezkore.toml

# Only if you don't already have a [general] section in your alacritty.toml
echo '[general]' > $XDG_CONFIG_HOME/alacritty/alacritty.toml
echo 'import = [ "./hezkore.toml" ]' >> $XDG_CONFIG_HOME/alacritty/alacritty.toml