These are my personal dotfiles for customizing and setting up my development environment. Feel free to use them as a starting point for your own setup.
Before proceeding, make sure you have the following installed on your system:
- chezmoi - A tool to manage your dotfiles.
-
Install
chezmoi
:If you haven't already, install
chezmoi
by following the instructions here. -
Initialize dotfiles using
chezmoi
:chezmoi init --apply https://github.com/azhahes/dotfiles-mac.git
- If you encounter any issues during the initialization process, please check the Troubleshooting section in the
chezmoi
repository.
Contributions are welcome! If you have any ideas for improvements or want to share your own customizations, feel free to open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or suggestions, feel free to contact me at [email protected].
- I'd like to thank the creators of
chezmoi
and all the contributors for making dotfile management so much easier.