From 0add7e81dd85f868b6b2d896e91e6ba98e89720d Mon Sep 17 00:00:00 2001 From: Rushikesh Gaikwad <81632222+Wraient@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:26:39 +0530 Subject: [PATCH] Create README.md --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9b2372c --- /dev/null +++ b/README.md @@ -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.