DEV Community

Discussion on: A Software development setup on Apple Mac

Collapse
 
back295 profile image
Marko Korhonen

I use "dotfiles" repo approach to setup my Mac(s).

Basically Brew.sh, Oh My Zsh and from there software using Brewfile. Symlinks certain dotfiles from the cloned repo.

See it here: github.com/back-2-95/dotfiles
Does not include any secrets or private stuff.

Collapse
 
nalaka profile image
Nalaka Jayasena

Never tried this approach, which makes me really sorry that I didn't :)

Thanks to your comment, when moving to Big Sur, I will definitely use a dotfile repo instead of manually copying over my dotfiles!