Useful stuff
Here I'm putting useful commands, dotfiles and links to remember.
Links
I love:
Commands
To convert a bunch of images from one format to another via ImageMagick
:
mogrify -format jpg *.heic
Dotfiles
Alacritty
Located at ~/.config/alacritty/alacritty.toml
.
[env]
TERM = "xterm-256color"
[window]
opacity = 0.8
blur = true
[window.dimensions]
columns=100
lines=30
[font]
normal.family = "MesloLGS NF"
size = 12