Puppet Class: modern_shell_tools

Defined in:
manifests/init.pp

Summary

Installs a set of modern commandline tools

Overview

Examples:

include modern_shell_tools


6
7
8
9
10
11
12
13
14
15
16
17
18
# File 'manifests/init.pp', line 6

class modern_shell_tools {
  include modern_shell_tools::install
  include modern_shell_tools::install::bashtop
  include modern_shell_tools::install::bat
  include modern_shell_tools::install::broot
  include modern_shell_tools::install::dyff
  include modern_shell_tools::install::exa
  include modern_shell_tools::install::jc
  include modern_shell_tools::install::jq
  include modern_shell_tools::install::lfs
  include modern_shell_tools::install::viddy
  include modern_shell_tools::install::xsv
}