Dotsy

TODO

Planning

Command structure?

File structure

test-config.json/.yml

Everything will be optional

json { "description": "Test config", "links": [{ "from": "./test", "to": "~/test" }], "directories": ["~/Test-Dir"], "packages": ["npm"], "shell": ["npm i test"], "revert-shell": ["npm uninstall test"] }

profile.json/.yml example

Everything but configs will be optional

json { "description": "Test profile", "configs": ["test-config"], "directories": ["~/Documents"], "packages": ["nvim"], "shell": ["npm i test"], "revert-shell": ["npm uninstall test"] }