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