Skip to content

Instantly share code, notes, and snippets.

@keeth
Last active October 28, 2023 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keeth/fc9ea571160f46221c0076717f2968ea to your computer and use it in GitHub Desktop.
Save keeth/fc9ea571160f46221c0076717f2968ea to your computer and use it in GitHub Desktop.
New Mac Setup Commands
#!/bin/bash
# homebew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# bash-it
chsh -s /bin/bash
echo 'export BASH_SILENCE_DEPRECATION_WARNING=1' >> ~/.bash_profile
git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
~/.bash_it/install.sh
# apps
brew install --cask\
docker\
slack\
google-chrome\
grandperspective\
jetbrains-toolbox\
spotify\
vlc\
arq\
transmission\
figma\
cursor\
obsidian\
macvim\
adobe-acrobat-reader\
audacity\
discord\
inkscape\
microsoft-teams\
ngrok\
peakhour\
wireshark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment