Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
lestex committed Jan 23, 2024
1 parent f8936a7 commit aaa5ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ linux: ## run linux specific tasks
macos: ## run macos specific tasks
@echo "on mac"
scripts/mac-setup
#brew bundle --file install/Brewfile
#brew bundle --file install/Caskfile
3 changes: 3 additions & 0 deletions scripts/mac-setup
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ fi
pretty_print "Updating brew formulas"
brew update &>/dev/null

brew bundle --file install/Brewfile
brew bundle --file install/Caskfile

# Installing vscode extensions
for ext in $(cat install/Codefile)
do
Expand Down

0 comments on commit aaa5ae6

Please sign in to comment.