Add alacritty.toml to dotfiles to install
dblume

dblume commited on 2024-04-27 00:20:10
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -7,7 +7,7 @@ declare -a dotfiles=(".bashrc" ".bash_profile" ".vimrc" ".editrc" ".gitconfig"
7 7
                      ".gitignore" ".inputrc" ".tmux.conf" ".ssh/config" ".ripgreprc"
8 8
                      ".gdbinit" ".config/gitui/key_bindings.ron" ".visidatarc"
9 9
                      ".config/i3/config" ".config/i3status/config"
10
-                     ".config/dunst/dunstrc")
10
+                     ".config/dunst/dunstrc" ".config/alacritty/alacritty.toml")
11 11
 declare -i dry_run=0
12 12
 
13 13
 ## exit the shell (with status 2) after printing the message
14 14