Config files for zsh, bash, git, completions etc. to set up a system the way I like it. Nothing fancy here.
Set zsh as your default shell:
sudo chsh -s $(which zsh)
- Update macOS to the latest version with the App Store;
- Install Xcode from the App Store, open it and accept the license agreement;
- Clone onto your machine:
git clone git://github.com/niklaskappler/dotfiles.git ~/.dotfiles
- Install the dotfiles:
~/.dotfiles/install.sh
Restart your computer and enjoy your new configuration! ✌🏻
- https://github.com/helderburato/dotfiles
- https://github.com/toolmantim/dotfiles
- https://jogendra.dev/i-do-dotfiles
- https://github.com/xero/dotfiles
- https://github.com/andyatkinson/dotfiles
This project is licensed under the MIT License - see the LICENSE file for details.