Skip to content

Some of my Mac settings & configs.

Notifications You must be signed in to change notification settings

dikayx/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏡 Feel like home on any mac

Get started

  • Install Xcode commandline tools

    xcode-select --install
  • Clone this repo & make scripts executable

    git clone https://github.com/dikayx/.dotfiles.git && chmod +x .dotfiles/*.sh
  • Run the script*

    ./.dotfiles/install.sh -h "My-MBP" -gn "John Doe" -ge "<your_mail>@example.com"

*) All arguments are optional. You can show a help message by providing the --help flag.

One-click-setup

xcode-select --install \
  && git clone https://github.com/dikayx/.dotfiles.git \
  && chmod +x .dotfiles/*.sh \
  && ./.dotfiles/install.sh -h "My-MBP"