add tmux, add asciinema

This commit is contained in:
Hactarus 2018-06-19 13:06:19 +00:00
parent 7e6efba1eb
commit e9d7e9ff15
4 changed files with 200 additions and 1 deletions

View file

@ -27,6 +27,10 @@
cmds = [["@install", "htop"]]
links = [[".config/htop/htoprc", "config/htop"]]
[tasks.asciinema]
cmds = [["@install", "asciinema"]]
links = [[".config/asciinema/config", "config/asciinema"]]
[tasks.tmux]
rejects = [["which", "tmux"]]
cmds = [["@install", "tmux"]]