From 4b1fda28096dc1be83bfa5987fd536a2941e3718 Mon Sep 17 00:00:00 2001 From: Hactarus Date: Sat, 20 Aug 2022 20:53:48 +0200 Subject: [PATCH] feat(hx,alacritty): Add helix and alacritty to dependencies --- common.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/common.toml b/common.toml index 36afd93..fefc22c 100644 --- a/common.toml +++ b/common.toml @@ -27,6 +27,14 @@ ["tic", "-x", "external/termite/termite.terminfo"] ] +[tasks.hx] + links = [[".config/helix", "config/helix"]] + deps = ["helix-editor"] + +[tasks.alacritty] + links = [[".config/alacritty", "config/alacritty"]] + deps = ["alacritty"] + [tasks.tmux] links = [[".tmux.conf", "config/tmux"]] @@ -89,4 +97,6 @@ "awesome", "nitrogen", "term", + "helix", + "alacritty" ]