chore(pp): change oh-my-zsh package location from there rename

This commit is contained in:
Ade Attwood 2022-07-07 19:49:27 +01:00
parent 9d1114a885
commit 73bd21a464

View file

@ -1,6 +1,6 @@
class core::zsh { class core::zsh {
vcsrepo { "${user_home}/.oh-my-zsh": vcsrepo { "${user_home}/.oh-my-zsh":
source => 'https://github.com/robbyrussell/oh-my-zsh.git', source => 'https://github.com/ohmyzsh/ohmyzsh.git',
provider => 'git', provider => 'git',
user => $user, user => $user,
revision => 'master', revision => 'master',