This repository contains configuration files and setup scripts to easily manage and install brew
packages, brew
applications, and git
configurations on macOS.
- git: A directory containing
git
configuration files (e1.g.,.gitconfig
) - husky: A directory containing
husky
configuration files - zsh: A directory containing
zsh
configuration files (e.g.,.zshrc
) - Brewfile: A list of all
brew
packages andcask
applications - install.conf.yaml: A configuration file for
dotbot
to installbrew
packages,brew
applications, andgit
configurations
- Clone this repository to your local machine
git clone https://github.com/omeralpi/dotfiles.git
- Run the setup script
cd dotfiles
chmod +x ./run-dotbot
chmod +x ./install
./install
- Add
nvim
configuration files - Add
tmux
configuration files
This repository is licensed under the MIT License. See the LICENSE file for more information.