Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

File metadata and controls

20 lines (14 loc) · 442 Bytes

Jerome's dotfiles

  1. Install XCode.

  2. Clone the repo:

    git clone git@github.com: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.