Tools on My Mac
Software
List some of my day-to-day tools on my mac. As I need to setup a new mac from time to time, this helps me to keep track of what to install first.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# install homebrew
# https://brew.sh/
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask \
google-chrome \
iterm2 \
visual-studio-code \
azure-data-studio \
docker \
rectangle \
keepingyouawake \
notion \
raindropio \
lens
brew install \
yq \
jq
Check page for installation:
VS Code Extension
Thunder Client: postman like Rest API client Gitlens: git info Dracula Official: theme
This post is licensed under CC BY 4.0 by the author.
