An open API service indexing awesome lists of open source software.

https://github.com/youngermaster/mac-dotfiles

This repository contains my personal configuration files and setup scripts for my Mac environment.
https://github.com/youngermaster/mac-dotfiles

Last synced: 4 months ago
JSON representation

This repository contains my personal configuration files and setup scripts for my Mac environment.

Awesome Lists containing this project

README

          

# My Mac Dotfiles

This repository contains my personal configuration files and setup scripts for my Mac environment.

## Installation

1. **Clone the Repository:**
```bash
git clone https://github.com/your-username/dotfiles.git
cd dotfiles
```

2. **Run the Setup Script:**
```bash
./startup_installation.sh
```

This script automates the installation of various tools and configurations. Ensure that you have Xcode Command Line Tools, Homebrew, and Git installed before running the script.

3. **Customize as Needed:**
The configurations are organized in the respective dotfiles within the repository. Feel free to explore and customize them according to your preferences.

## Acknowledgments

- [Homebrew](https://brew.sh/) - The missing package manager for macOS
- [Powerlevel10k](https://github.com/romkatv/powerlevel10k) - A Zsh theme with awesome features

## License

This project is licensed under the [MIT License](LICENSE).