mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Merge pull request #301 from genebean/puppet-agent
Install puppet-agent
This commit is contained in:
commit
2911234cbe
2 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ in {
|
||||||
"obs"
|
"obs"
|
||||||
"onlyoffice"
|
"onlyoffice"
|
||||||
"pdk"
|
"pdk"
|
||||||
|
"puppet-agent"
|
||||||
"puppet-bolt"
|
"puppet-bolt"
|
||||||
"qmk-toolbox"
|
"qmk-toolbox"
|
||||||
"raycast"
|
"raycast"
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
# Include Puppet's normal bin folder since it is installed via Homebrew
|
# Include Puppet's normal bin folder since it is installed via Homebrew
|
||||||
export PATH=$PATH:/opt/puppetlabs/bin
|
export PATH=$PATH:/opt/puppetlabs/bin
|
||||||
export PATH=$PATH:/opt/puppetlabs/pdk/bin
|
export PATH=$PATH:/opt/puppetlabs/pdk/bin
|
||||||
|
export PATH=$PATH:/opt/puppetlabs/puppet/bin
|
||||||
'';
|
'';
|
||||||
oh-my-zsh.plugins = [ "macos" ];
|
oh-my-zsh.plugins = [ "macos" ];
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue