Merge pull request #301 from genebean/puppet-agent

Install puppet-agent
This commit is contained in:
Gene Liverman 2023-09-27 09:24:54 -04:00 committed by GitHub
commit 2911234cbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -67,6 +67,7 @@ in {
"obs"
"onlyoffice"
"pdk"
"puppet-agent"
"puppet-bolt"
"qmk-toolbox"
"raycast"

View file

@ -12,6 +12,7 @@
# Include Puppet's normal bin folder since it is installed via Homebrew
export PATH=$PATH:/opt/puppetlabs/bin
export PATH=$PATH:/opt/puppetlabs/pdk/bin
export PATH=$PATH:/opt/puppetlabs/puppet/bin
'';
oh-my-zsh.plugins = [ "macos" ];
shellAliases = {