2020-09-20 20:13:11 +00:00
|
|
|
class core::terminal {
|
|
|
|
|
vcsrepo { "${user_home}/.config/base16-shell":
|
|
|
|
|
ensure => latest,
|
2023-02-09 19:32:42 +00:00
|
|
|
source => 'https://github.com/tinted-theming/base16-shell.git',
|
2020-09-20 20:13:11 +00:00
|
|
|
provider => git,
|
2023-02-09 19:32:42 +00:00
|
|
|
revision => 'main',
|
2020-09-20 20:13:11 +00:00
|
|
|
}
|
|
|
|
|
}
|