dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Jerome's dotfiles for macOS 🌴

Jerome's dotfiles

  1. Install XCode.

  2. Clone the repo:

    git clone [email protected]:jeromedalbert/dotfiles.git ~/.dotfiles
    
  3. Symlink the dotfiles:

    setopt extended_glob
    for file in ~/.dotfiles/.^(git|gitmodules|.gitignore); do
      ln -sf $file ~/${file:t}
    done
    
  4. Install Homebrew and run the scripts in ~/.scripts.