This commit is contained in:
Quentin Godefroid 2018-06-15 12:18:48 +02:00
parent 3b2ae162b8
commit e00f96f1f0

View file

@ -26,14 +26,14 @@
### Tasks
###
[tasks.htop]
rejects = [["which", "htop"]]
cmds = [["@install", "htop"]]
links = [[".config/htop/htoprc", "config/htop"]]
# rejects = [["which", "htop"]]
cmds = [["@install", "htop"]]
[tasks.tmux]
rejects = [["which", "tmux"]]
cmds = [["@install", "tmux"]]
links = [[".tmux.conf", "config/tmux"]]
# rejects = [["which", "tmux"]]
cmds = [["@install", "tmux"]]
[tasks.nano]
links = [[".nanorc", "config/nanorc"]]