Add MacOS support

This commit is contained in:
2024-01-17 16:34:09 +00:00
parent fad72a6c5d
commit a8847b6421
5 changed files with 122 additions and 74 deletions

12
macos.sh Normal file
View File

@@ -0,0 +1,12 @@
#! /bin/bash
# Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Add brew to path
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') > /Users/trude/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
echo 'PATH="/usr/local/bin:$PATH"' > ~/.bash_profile
# Install VScode
brew install visual-studio-code