Skip to content

Commit

Permalink
Update packages_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Feb 5, 2024
1 parent 134ad15 commit 97aba2e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion MacOS/packages_install.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
#!/bin/bash -x

# Inspiration:
# - https://github.com/nhoizey/macOS-init/blob/main/run-first.sh
# https://about.gitlab.com/blog/2020/04/17/dotfiles-document-and-automate-your-macbook-setup/
# https://gitlab.com/dnsmichi/dotfiles
#


# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/janor/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

brew update

brew install gcc
brew install
brew install todoist

0 comments on commit 97aba2e

Please sign in to comment.