aboutsummaryrefslogtreecommitdiff
path: root/config/alacritty
diff options
context:
space:
mode:
authorryo <ryo@nopwd.lol>2025-03-02 14:18:20 +0000
committerryo <ryo@nopwd.lol>2025-03-02 14:18:20 +0000
commit9b8855688aff1ee354fbaa7430f03209692ee0d0 (patch)
tree4047a154499e5e65622623dcd140b41476bac6a6 /config/alacritty
parente602a23c7ecdc315da15dd6331e96bba50b9bf39 (diff)
Removed nvim and alacritty configsHEADmain
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')
-rw-r--r--config/alacritty/alacritty.toml13
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 }