Skip to content

Commit

Permalink
use toml for alacritty
Browse files Browse the repository at this point in the history
  • Loading branch information
Insomnia1437 committed Sep 9, 2024
1 parent bd47666 commit ffd30c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ dotfiles:
dst: "{{@@ INSTALL_HOME @@}}/.screenrc"
chmod: "644"
f_alacritty:
src: config/alacritty/alacritty.yml
dst: "{{@@ INSTALL_HOME @@}}/.config/alacritty/alacritty.yml"
src: config/alacritty/alacritty.toml
dst: "{{@@ INSTALL_HOME @@}}/.config/alacritty/alacritty.toml"
chmod: "644"
actions:
- install_alacritty_theme
Expand Down

0 comments on commit ffd30c5

Please sign in to comment.