From e00f96f1f0c51a5c2b5655468750df8aa5b13aa2 Mon Sep 17 00:00:00 2001 From: Quentin Godefroid Date: Fri, 15 Jun 2018 12:18:48 +0200 Subject: [PATCH] d --- common.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common.toml b/common.toml index b5ccc64..c452f19 100644 --- a/common.toml +++ b/common.toml @@ -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"]]