From 37db0b987e84266fd696a0656e2bc44af7954061 Mon Sep 17 00:00:00 2001 From: fistadev Date: Tue, 16 Mar 2021 22:03:20 +0100 Subject: [PATCH 1/2] Update MacOS - git version There was a typo of where the code supposed to start --- operating_system/MacOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operating_system/MacOS.md b/operating_system/MacOS.md index a381336..cba9d5b 100644 --- a/operating_system/MacOS.md +++ b/operating_system/MacOS.md @@ -189,7 +189,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``` From 63890f9b44a61f612be04926ef80d2cde4d13f8a Mon Sep 17 00:00:00 2001 From: fistadev Date: Tue, 16 Mar 2021 22:06:26 +0100 Subject: [PATCH 2/2] Update oh-myzsh - macOS Common issue with Oh-My-Zsh --- operating_system/MacOS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/operating_system/MacOS.md b/operating_system/MacOS.md index cba9d5b..03ff606 100644 --- a/operating_system/MacOS.md +++ b/operating_system/MacOS.md @@ -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.