feat(hx,alacritty): Add helix and alacritty to dependencies
This commit is contained in:
parent
7a9b0b4675
commit
4b1fda2809
1 changed files with 10 additions and 0 deletions
10
common.toml
10
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"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue