Skip to content
Open
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
6 changes: 5 additions & 1 deletion operating_system/MacOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ source ~/.zshrc

Restart your terminal for your changes to take effect.

### Common issue with Oh-My-Zsh

https://github.com/Strive-School/ai_setup/issues/4

### Sublime Text 3
Sublime is a text editor. You will later use an IDE most likely, but this is still super nice to open any type of files at glance.

Expand Down Expand Up @@ -189,7 +193,7 @@ Open your terminal and install Git* using Homebrew:
* more on the differences between _git_ and _github_ on Friday

```$ brew install git```
Verify the installation was successful by typing `which git --version`:
Verify the installation was successful by typing which `git --version`:

```$ git --version git version 2.9.2```

Expand Down