mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
commit
b7de224194
2 changed files with 6 additions and 3 deletions
|
|
@ -14,6 +14,9 @@
|
||||||
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
|
export PATH=$PATH:/opt/puppetlabs/puppet/bin
|
||||||
|
|
||||||
|
# Podman installer pkg for the cli places podman here
|
||||||
|
export PATH=/opt/podman/bin:$PATH
|
||||||
'';
|
'';
|
||||||
oh-my-zsh.plugins = [ "macos" ];
|
oh-my-zsh.plugins = [ "macos" ];
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
"opentofu"
|
"opentofu"
|
||||||
"node_exporter"
|
"node_exporter"
|
||||||
"pinentry-mac"
|
"pinentry-mac"
|
||||||
"podman"
|
#"podman" # this version is missing libkrun. Use installer at https://github.com/containers/podman/releases instead
|
||||||
"qemu"
|
"qemu"
|
||||||
"telegraf"
|
"telegraf"
|
||||||
"terraform-docs"
|
"terraform-docs"
|
||||||
|
|
@ -71,10 +71,10 @@
|
||||||
"whalebird"
|
"whalebird"
|
||||||
];
|
];
|
||||||
masApps = {
|
masApps = {
|
||||||
"FluffyChat" = 1551469600;
|
#"FluffyChat" = 1551469600;
|
||||||
"HomeCam" = 1292995895;
|
"HomeCam" = 1292995895;
|
||||||
"Keeper Password Manager" = 414781829;
|
"Keeper Password Manager" = 414781829;
|
||||||
"MEATER® Smart Meat Thermometer" = 1157416022;
|
#"MEATER® Smart Meat Thermometer" = 1157416022;
|
||||||
"MeetingBar" = 1532419400;
|
"MeetingBar" = 1532419400;
|
||||||
"Meshtastic" = 1586432531;
|
"Meshtastic" = 1586432531;
|
||||||
"Messenger" = 1480068668;
|
"Messenger" = 1480068668;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue