Last active
July 2, 2023 17:20
-
-
Save strezh/444690f98f1f825916a3addb6a8cccfd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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