Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 609 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 609 Bytes

dotfiles

My dotfiles, managed with yadm.

Installation

Download yadm and use it to clone this repository and bootstrap the system:

# with curl if available
curl -fsSL https://github.com/thelocehiliosan/yadm/raw/master/yadm | bash -s clone --recurse-submodules https://github.com/jpaquim/dotfiles
# otherwise with wget
wget -O - https://github.com/thelocehiliosan/yadm/raw/master/yadm | bash -s clone --recurse-submodules https://github.com/jpaquim/dotfiles

macOS

Ensure that the Xcode Command Line Tools are installed. Otherwise, run:

xcode-select --install