diff options
author | ryo <ryo@nopwd.lol> | 2025-03-02 14:18:20 +0000 |
---|---|---|
committer | ryo <ryo@nopwd.lol> | 2025-03-02 14:18:20 +0000 |
commit | 9b8855688aff1ee354fbaa7430f03209692ee0d0 (patch) | |
tree | 4047a154499e5e65622623dcd140b41476bac6a6 /config/alacritty/alacritty.toml | |
parent | e602a23c7ecdc315da15dd6331e96bba50b9bf39 (diff) |
setup.sh: read package names from a file
shell: clean up in aliases to keep it simple
tmux: added two shortcuts
Diffstat (limited to 'config/alacritty/alacritty.toml')
-rw-r--r-- | config/alacritty/alacritty.toml | 13 |
1 files changed, 0 insertions, 13 deletions
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 } |