From 9b8855688aff1ee354fbaa7430f03209692ee0d0 Mon Sep 17 00:00:00 2001 From: ryo Date: Sun, 2 Mar 2025 14:18:20 +0000 Subject: Removed nvim and alacritty configs setup.sh: read package names from a file shell: clean up in aliases to keep it simple tmux: added two shortcuts --- config/alacritty/alacritty.toml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 config/alacritty/alacritty.toml (limited to 'config/alacritty/alacritty.toml') diff --git a/config/alacritty/alacritty.toml b/config/alacritty/alacritty.toml deleted file mode 100644 index 69374b7..0000000 --- a/config/alacritty/alacritty.toml +++ /dev/null @@ -1,13 +0,0 @@ -[colors.normal] -black = '#707070' - -[colors.bright] -black = '#707070' - -[font] -normal = { family = "Liberation Mono", style = "Regular" } -size = 8.5 - -[window] -dimensions = { columns = 190, lines = 47 } -padding = { x = 2, y = 2 } -- cgit v1.2.3