This repository contains my dotfiles for macOS, building on the foundation provided by the dotbase repository.
The base configuration is maintained in the dotbase repository, while this repository holds the specific configurations tailored for my setup. By structuring it this way, I can easily update the base configuration and customize my setup without conflicts. Submodules are used to incorporate the base configuration into this repository.
This repository also serves as an example to demonstrate how to use the dotbase repository. I hope you find it useful and inspiring. :)
- Base Configurations: Includes settings for Vim, tmux, and more (from dotbase).
- Specific Configurations: Custom settings for fish, kitty, etc.
- Scripts: Collection of useful tools and hacks.
- Makefile: Human-readable commands for easy management.
- Clone this repository:
git clone https://github.com/chagel/dotmac.git
- Check the
Makefile
for available commands. - Run
make link
to link the dotfiles:make link
This project is licensed under the MIT License. See the LICENSE file for details.