https://github.com/yairm210/mac-setup
Tools I use on a Mac
https://github.com/yairm210/mac-setup
Last synced: 2 months ago
JSON representation
Tools I use on a Mac
- Host: GitHub
- URL: https://github.com/yairm210/mac-setup
- Owner: yairm210
- Created: 2024-09-04T09:05:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T12:02:15.000Z (2 months ago)
- Last Synced: 2025-02-11T13:22:24.548Z (2 months ago)
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mac-setup
Tools I use on a Mac- [Iterm2](https://iterm2.com/downloads.html)
- Profiles > Open > Edit > Keys > Key mappings, Add “Option + Backspace”: Send hex codes `0x1B 0x08`
- [Oh My Zsh](https://ohmyz.sh/#install)
- [powerlevel10k](https://github.com/romkatv/powerlevel10k?tab=readme-ov-file#getting-started)
- in ~/.zshrc, to option+arrow navigate like normal, add
- `bindkey "\e\e[D" backward-word`
- `bindkey "\e\e[C" forward-word`
- [MeetingBar](https://apps.apple.com/us/app/meetingbar/id1532419400?mt=12) - Calendar dropdown
- [Alfred](https://www.alfredapp.com/) - better search
- [Rectangle](https://rectangleapp.com/) - 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:```bash
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