mirror of
https://github.com/dzeiocom/dotfiles.git
synced 2025-04-23 03:12:13 +00:00
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) Signed-off-by: dependabot[bot] <support@github.com>
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
Build it 🥇
run the following
yarn
next you will have to change the file node_modules/enquirer/index.d.ts to this else Typescript will show errors
finnally run
yarn build
and you will be able to launch it from dist/cjs/cli.js
Description
Languages
TypeScript
78.4%
JavaScript
12.1%
Shell
9.5%