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.
- Host: GitHub
- URL: https://github.com/youngermaster/mac-dotfiles
- Owner: Youngermaster
- License: mit
- Created: 2023-12-01T06:35:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T20:23:41.000Z (over 1 year ago)
- Last Synced: 2025-02-10T21:29:30.784Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).