I began to use your package today and I was hoping to install ohmyzsh into a directory that is not /home. So I was hoping that I could just change something in the config so I could point it at the place I want it to install e.g.
class { 'ohmyzsh::config':
home => '/path/to/my/home'
}
ohmyzsh::install { 'myuser': set_sh => true }
This does not seem to be working, have I missed something?
Hello there,
I began to use your package today and I was hoping to install ohmyzsh into a directory that is not /home. So I was hoping that I could just change something in the config so I could point it at the place I want it to install e.g.
This does not seem to be working, have I missed something?