Skip to content

abhisekmazumdar/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository contains my personal dotfiles for setting up a new macOS machine. It includes configurations for development tools, system preferences, and a streamlined setup process.

Features

  • Shell & Package Management

  • Development Environment

    • Latest Node.js LTS version via nvm
    • PHP development tools:
      • phpcs & phpcbf configured for Drupal coding standards
      • composer-diff for comparing Composer dependencies
    • DDEV development environment setup with mkcert
    • Git configuration with global settings
  • System Configuration

    • Custom macOS defaults for optimal development experience
    • Project directory structure setup
    • Automatic repository cloning for personal projects

Installation

  1. Prerequisites

    • Ensure you have SSH keys set up and added to GitHub
    • Have a fresh macOS installation ready
  2. Setup Process

    # Clone the repository
    git clone --recursive git@github.com:abhisekmazumdar/dotfiles.git ~/.dotfiles
    
    # Run the installation script
    cd ~/.dotfiles && ./fresh.sh

The installation script will:

  • Install and configure Oh My Zsh
  • Set up Homebrew and install all specified packages
  • Create symbolic links for configuration files
  • Set up development tools and environments
  • Configure system preferences
  • Optionally clone your GitHub repositories

Directory Structure

  • brew/ - Homebrew bundle configuration
  • git/ - Git configuration files
  • macos/ - macOS system preferences
  • zsh/ - Zsh configuration files
  • fresh.sh - Main installation script
  • clone.sh - Repository cloning script

Optional: Cleaning Your Old Mac

After setting up your new Mac, you may want to clean install your old machine. Follow Apple's official guide for erasing and reinstalling macOS. Remember to backup your data first!

License

This project is open source and available under the MIT License.

About

My own customized dotfile for my macOS setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.1%
  • Ruby 8.9%