Skip to content

Commit

Permalink
add brew_once.sh to install homebrew and omz
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleyYeo committed May 24, 2024
1 parent c79012f commit 462d6e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions files/brew_once.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/zsh

# This installs homebrew itself, and also the command line tools in silent mode
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

## oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"



0 comments on commit 462d6e9

Please sign in to comment.