[mike@mwxm4]

This commit is contained in:
Michael Wesemann
2026-08-10 16:26:45 +02:00
parent 7859a3d911
commit 9ee1ae2805
+4
View File
@@ -4,6 +4,10 @@ use Config;
$HOME=$ENV{"HOME"};
if (-x "/usr/bin/zsh") {
system("chsh root -s /usr/bin/zsh");
}
if ($Config{archname}=~/^darwin/) {
if ($Config{myuname}=~/arm64/) {
system("brew install eza");