summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/tools.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/manifests/tools.pp')
-rw-r--r--modules/tozt/manifests/tools.pp18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/tozt/manifests/tools.pp b/modules/tozt/manifests/tools.pp
new file mode 100644
index 0000000..9406061
--- /dev/null
+++ b/modules/tozt/manifests/tools.pp
@@ -0,0 +1,18 @@
+class tozt::tools {
+ include yaourt
+
+ package {
+ [
+ "bc",
+ "exa",
+ "fzf",
+ "htop",
+ "lsof",
+ "ncdu",
+ "strace",
+ "the_silver_searcher",
+ "tmux",
+ ]:
+ ensure => 'installed';
+ }
+}