Skip to content

Instantly share code, notes, and snippets.

@strezh
Last active July 2, 2023 17:20
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 strezh/444690f98f1f825916a3addb6a8cccfd to your computer and use it in GitHub Desktop.
Save strezh/444690f98f1f825916a3addb6a8cccfd to your computer and use it in GitHub Desktop.
#!/bin/bash
# install homebrew (https://brew.sh/)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# basic software
brew install \
iterm2 \
mc \
google-chrome \
# programming tools
brew install \
tmux \
git \
cmake \
vim
# work tools
brew install \
slack \
asana \
meetingbar \
tomatobar \
# system software
brew install \
htop \
unar \
karabiner-elements \
bitwarden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment