Mehmet's Awesome Dotfiles Explorer

Adding Dotfiles to MADE

How to add a dotfile to MADE

Today
Today

Adding Dotfiles to MADE

First

If you don't have any GitHub account yet, you can create one! And then, create a new repository with "dotfiles" name on GitHub. Now you can add your dotfiles to the repository.

Second

Fork MADE repository on GitHub.

---
title: Example Title
desc: 'Example Description'
username: (Enter your full username ex. "Mehmetali345Dev")
wm: i3-gaps (Enter WM or DE you use, see list from 
assets/list.json if you don't found your WM or DE add it to list)
screenshots:
  - https://picsum.photos/2000/1000
  - https://picsum.photos/2000/1000
  - https://picsum.photos/2000/1000
  - add your screenshots like this
---

# H1
## H2
### H3
#### H4
##### H5
###### H6

Paragraph

Just enter your markdown content.

And add .md file with your Github username ex. "mehmetali345dev" to the repository. And write your markdown file like above.

Third

Open pull request on GitHub to me. If your file is right, I can merge it.