dotfiles
dotfiles copied to clipboard
This is a collection of my personal dotfiles for configuring macOS.
OzzyCzech's dotfiles for macOS
Install/update dotfiles
git clone https://github.com/OzzyCzech/dotfiles.git dotfiles && cd $_ && make sync
Add private config
All private config can be save in .extra which you do not commit to this repo and just keep in your ~/
touch ~/.extra && code ~/.extra
brew install zsh zsh-completions
To set zsh as your default shell, execute the following for macOS Monterey
chsh -s /bin/zsh
Terminal setup
Set in Terminal configuration ⌘+, in Advanced > Declarative terminal as ansi to enable numpad keyboard.
Download my Terminal.app color settings.
Install Docker
open https://desktop.docker.com/mac/main/amd64/Docker.dmg # Intel
open https://desktop.docker.com/mac/main/arm64/Docker.dmg # Apple Silicon
Thanks for inspiration
- https://github.com/addyosmani/dotfiles/
- https://github.com/paulirish/dotfiles/
- https://github.com/mathiasbynens/dotfiles/