浏览代码

mistake; toml is the new preferred format?

Casey DeLorme 5 月之前
父节点
当前提交
89ca686dbc
共有 2 个文件被更改,包括 11 次插入8 次删除
  1. 11 0
      install/etc/skel/.config/alacritty/alacritty.toml
  2. 0 8
      install/etc/skel/.config/alacritty/alacritty.yml

+ 11 - 0
install/etc/skel/.config/alacritty/alacritty.toml

@@ -0,0 +1,11 @@
+[env]
+TERM = "xterm-256color"
+
+[terminal.shell]
+args = ["--login"]
+program = "/usr/bin/bash"
+
+[window]
+opacity = 0.95
+
+[terminal]

+ 0 - 8
install/etc/skel/.config/alacritty/alacritty.yml

@@ -1,8 +0,0 @@
-env:
-  TERM: xterm-256color
-window:
-  opacity: 0.95
-shell:
-  program: /usr/bin/bash
-  args:
-    - --login