Adds config for new work mac

This commit is contained in:
Dennis Schoepf 2025-05-08 21:19:10 +02:00
parent b5ebffd469
commit 48ea1e8876
4 changed files with 293 additions and 1 deletions

View file

@ -42,7 +42,7 @@
echo "---"
end
'';
localip = " ifconfig | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}' | head -n 1";
localip = "ifconfig | grep \"inet \" | grep -v 127.0.0.1 | awk '{print $2}' | head -n 1";
publicip = "curl -4 ifconfig.me";
};