I have previously posted a similar topic on how to set the default dimension for Alacritty at launch. However, recently, Alacritty switched to TOML for its configuration.

Here is the setting needs to be added to ~/.config/alacritty/alacritty.toml:

[window.dimensions]
columns = 133
lines = 40

Reference: