Skip to content

Installation

Roman edited this page Oct 22, 2019 · 4 revisions

Installation

Install Xcode CLI tools

xcode-select --install

yadm

  sudo mkdir -p -m 775 /usr/local/bin && \
  sudo chown $USER:staff /usr/local/bin && \
  curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && \
  chmod a+x /usr/local/bin/yadm
  yadm clone https://github.com/decayofmind/dotfiles.git

Clone this wiki locally