Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update macos.md #250

Merged
merged 3 commits into from
Sep 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,18 @@ Diese startest du mit

mamba activate toolbox

Nach erfolgreicher Installation kannst du die Installationsdatei noch löschen
Nach erfolgreicher Installation kannst du die Installationsdatei noch löschen. Diese sollte im aktuellen Ordner liegen, um das zu überprüfen, gib einmal

ls

im Terminal ein. In der ausgegebenen Liste sollte `Mambaforge-Darwin-arm64.sh`, oder ähnlich, auftauchen.
Wenn das so ist, kannst du sie mit dem folgenden Befehl löschen

rm Mambaforge-Darwin-arm64.sh

oder dem entsprechenden Dateinamen.
Falls du dir nicht sicher bist, kannst du uns für diesen Punkt auch im Workshop ansprechen.

rm ~/.local/Mambaforge-*.sh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was plain wrong, right?
How should this have moved in .local?
Just following the manual one would still be in the home folder I think

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need all these extra lines, or would it be enough to just fix it? @chrbeckm

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those are the lines from the linux/w10 notrs, so yes, the Mambaforge.sh shouldn't be in .local.


### Texteditor VSCodium

Expand All @@ -93,7 +102,7 @@ und enthalten Tracking Software. Deswegen empfehlen wir VSCodium, eine Open-Sour
und du musst zunächst in den Systemeinstellungen unter "Allgemein" und "Sicherheit"
auf den "Dennoch öffen" Button klicken.
- In VSCodium mit `Shift` + `cmd` + `p` die Kommando-Palette öffnen und
`Shell Command: Install 'code' command in PATH` ausführen.
`Shell Command: Install 'codium' command in PATH` ausführen.
Nun wird VSCodium auch geöffnet, wenn im Terminal `codium` eingeben wird.

Um git beizubringen, VSCodium zu benutzen, im Terminal:
Expand Down