Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
git init git add . git commit -m "Initial commit" git remote add origin https://github.com/donzpixelz/dotfiles git push -f origin master git config --global user.name "YOUR NAME" git config --global user.email "EMAIL ADDRESS"