Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 402 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 402 Bytes

Dotfiles

To Install:

# Pull and Install Dotfiles
git --work-tree=$HOME --git-dir=$HOME/.files.git init && \
git --work-tree=$HOME --git-dir=$HOME/.files.git remote add origin https://github.com/endocrimes/dotfiles.git && \
git --work-tree=$HOME --git-dir=$HOME/.files.git pull origin main && \
git --work-tree=$HOME --git-dir=$HOME/.files.git submodule update --recursive && \
make osx