Refactored everythings

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-01-09 09:13:33 +01:00
parent d0f8f945f3
commit 9c65463684
23 changed files with 156 additions and 869 deletions

37
README.md Normal file
View File

@ -0,0 +1,37 @@
# DZEIO dotfiles 😄
Create and manage your dotfiles simply using the binary
```
yarn global add @dzeio/dotfiles
dotfiles
```
and follow the software 💃
## Modules
Each Programs are modules so you can simply add new modules in the `modules/` folder.
a Future update will allllow to add external modules via `yarn`/`npm`
```
Dzeio dotfiles
Initial installation:
- Initialize empty // install the default files in $config/.config/dzeio-dotfiles
- Restore from git Repository (git **MUST** be installed on the system) // clone the repository in the folder
```
```
Dzeio Main Menu:
- Save
- Restore
- Options
- Exit
```
```
Dzeio Save/Restore Menu:
- Quick save
- Manual save
```