This repository contains configuration files (dotfiles) to quickly set up a macOS development environment. It includes settings for Homebrew installation of applications, iTerm2, vim, zsh, and more.
.
├── Brewfile # List of applications to install via Homebrew
├── git/ # Git configuration files
├── iterm/ # iTerm2 configuration files
├── vim/ # Vim configuration files
├── zsh/ # Zsh configuration files
├── README.md # This file
├── init.sh # Main script for environment setup
└── symlink.sh # Script to create symlinks for dotfiles
-
Clone the repository
git clone https://github.com/yourusername/dotfiles.git cd dotfiles
-
Run the initialization script
sh init.sh
-
Setup complete
Running the above command will:
- Install applications listed in Brewfile using Homebrew.
- Execute symlink.sh to create symlinks for each configuration file (git, iterm, vim, zsh) in your home directory.