Skip to content

Instantly share code, notes, and snippets.

@sachin-philip
Last active March 17, 2024 16:20
Show Gist options
  • Save sachin-philip/884f6505d843322345d9886163a295a6 to your computer and use it in GitHub Desktop.
Save sachin-philip/884f6505d843322345d9886163a295a6 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo Power Pack is about to Explode!
# no solution to automate AppStore installs
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo Install Postgres, wget and cask
brew install deno
brew install postgresql
brew install youtube-dl
brew install zoxide
brew install --cask raycast
brew install meetingbar
brew install --cask maccy
brew install --cask hiddenbar
brew tap hashicorp/tap
brew install hashicorp/tap/terraform
brew install cdktf
grep -q z\.sh ~/.zshrc || echo "eval "$(zoxide init zsh)"" >> ~/.zshrc
brew install starship
echo "eval "$(starship init zsh)"" >> ~/.zshrc
nvm install 16
nvm use default 16
npm install -g eslint
npm install -g webpack-cli
npm install -g vue-cli
npm install -g yarn
brew tap homebrew/cask
brew tap homebrew/cask-fonts
brew install --cask font-fira-code
# cleanup
brew cleanup
rm -f -r /Library/Caches/Homebrew/*
source ~/.zshrc
echo "Everything Updated >> install docker, vscode maually"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment