Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraient authored Oct 31, 2024
1 parent 4c76470 commit 0add7e8
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# MYD
Manage your dotfiles

this program help you upload and keep your github dotfiles upto date and help install them in your system

# Workflow
```
myd init
```
1. Get your github token
2. Enter your github token in the program
3. enter the repo you want in your github profile as your dots backup
4. Done

# Usage
```
myd add {PATH TO DIRECTORY OR FILE}
```
This will track the file and upload it to github


```
myd ignore {PATH TO DIRECTORY OR FILE}
```
This will ignore the files and wont upload it to github


```
myd delete
```
This will start a interactive select menu to delete added paths


```
myd upload
```
This will upload all the paths to your github


```
myd install {Github link}
```
This will install the dots at their original places (if it was uplaoded using myd.

0 comments on commit 0add7e8

Please sign in to comment.