diff --git a/scripts/.local/.gitignore b/scripts/.local/.gitignore new file mode 100644 index 0000000..cf745af --- /dev/null +++ b/scripts/.local/.gitignore @@ -0,0 +1,4 @@ +* +.* +!.gitignore +!bin diff --git a/term/.config/alacritty/alacritty.yml b/term/.config/alacritty/alacritty.yml index af7422b..cc22078 100644 --- a/term/.config/alacritty/alacritty.yml +++ b/term/.config/alacritty/alacritty.yml @@ -188,7 +188,7 @@ font: # Point size #size: 13.0 - size: 8 + size: 13 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing.