A comprehensive collection of development configuration files, themes, and setup scripts designed to maintain a consistent and productive development experience across macOS machines.
This repository contains my personal dotfiles and development configurations, organized for easy setup and sharing. It includes terminal themes, IDE color schemes, and various configuration files that help streamline the development workflow.
├── assets/ # Screenshots and images
├── themes/
│ ├── iterm/ # iTerm2 color schemes
│ └── *.icls # IntelliJ IDEA color schemes
├── .config/ # Application configurations
├── .cursor/ # Cursor IDE settings
├── .vscode/ # VS Code settings
├── .idea/ # IntelliJ IDEA settings
├── Brewfile # Homebrew package list
├── .zshrc # Zsh configuration
├── macos-defaults.sh # macOS system optimization
└── README.md # DocumentationClone the repository:
git clone https://github.com/mcdougald/dotfiles.git
cd dotfilesInstall iTerm2 themes:
themes/iterm/DoomOne.itermcolorsInstall IDE themes:
.icls file from the themes/ directoryRun macOS optimization:
chmod +x macos-defaults.sh
./macos-defaults.shHere are some excellent dotfiles and macOS setup repositories that inspired and informed this project:
This project is open source and available under the MIT License.
This dotfiles repository represents years of refinement and optimization for development productivity. Feel free to fork, customize, and share your own improvements!