Tools I use on a Mac
-
- powerlevel10k
- in ~/.zshrc, to option+arrow navigate like normal, add
bindkey "\e\e[D" backward-word
bindkey "\e\e[C" forward-word
-
MeetingBar - Calendar dropdown
-
Alfred - better search
-
Rectangle - Windows-style 'move app to part of screen'
-
Trackpad settings, ‘secondary click - click or tap with two fingers'
-
To run dockers, Colima -
brew install colima
,colima start
. Also requires installing buildkit:
ARCH=arm64
VERSION=v0.10.4
curl -LO https://github.com/docker/buildx/releases/download/${VERSION}/buildx-${VERSION}.darwin-${ARCH}
mkdir -p ~/.docker/cli-plugins
mv buildx-${VERSION}.darwin-${ARCH} ~/.docker/cli-plugins/docker-buildx
chmod +x ~/.docker/cli-plugins/docker-buildx
docker buildx version
-
PyCharm / IntelliJ IDEA plugins:
- Makefile language
- Rainbow Brackets (freemium)
-
Vscode extentions:
- Git Graph
- indent-rainbow
- Rainbow Brackets