Dotfiles/site-modules/core/manifests/terminal.pp
Ade Attwood 42e3ec99e4 chore(pp): remove alacritty terminal install
Now I am using the builtin terminal, simple-terminal or mate terminal
for ubuntu.
2022-07-07 19:42:18 +01:00

8 lines
217 B
Puppet

class core::terminal {
vcsrepo { "${user_home}/.config/base16-shell":
ensure => latest,
source => 'https://github.com/chriskempson/base16-shell.git',
provider => git,
revision => 'master',
}
}