My main setup, mostly copied from phil, mijndert and DanHarper.
In 2020 I aimed to install as few "things" as possible on a new machine & keep everything as default as possible.
Copy parts of files as required. I did setup ./install.sh
, though I'm not sure if that'll work every time.
I usually use MacVim for writing & coding. To install plugins I used vim-plug.
I use zsh as my default terminal with https://ohmyz.sh/ installed running the powerlevel10k theme.
http://magnet.crowdcafe.com/ - Allows for moving windows around the screen with key commands.
https://beardedspice.github.io/ - Stops iTunes opening when I press play/pause.
https://imageoptim.com/mac - Compress images easily.
https://www.tunabellysoftware.com/balance_lock/ - Fix that annoying Bluetooth bug which makes audio play drift to one ear.
https://www.docker.com/products/docker-desktop - Docker
Everything I've normally got installed is in the Brewfile
, run brew bundle
to install. To create a new dump run brew bundle dump --force --describe