Add MacOS support
This commit is contained in:
12
macos.sh
Normal file
12
macos.sh
Normal 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
|
||||
Reference in New Issue
Block a user