Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 199 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 199 Bytes

dotfiles

Installation

git init .
git remote add origin <repostory_url>
git pull origin main

You can't simply do git clone <repository_url> . as your home directory won't be empty.