It was inspired by [holman does dotfiles](https://github.com/holman/dotfiles)
and many other initiatives but with a modular design to ease dotfile sharing as
-the `metadot` code is split from the dotfile folder.
+the `metadot` code is split from the dotfiles' folder.
Instalation
-----------
Modules names as `dotfiles` have a special meaning and are handled like bundles
and are cloned directly as `~/.dotfiles`.
-Third-party bundled modules will hardly suit your needs, so you can fetch
-individual modules:
+Third-party bundles will hardly suit your needs, so you can fetch individual
+modules:
metadot clone git://git.sarava.org/rhatto/dotfiles/vim.git
TODO
----
-- Check if module is correctly installed.
-- Track loaded modules.
+- Add action to include files and folders into a module.
+- Track loaded modules and check if they're correctly installed.
- Module descriptions and dependencies.
- Module unloading and restoration.
- More file types:
echo "This is the repository for $1 configuration." >> README.mdwn
echo "More information at https://git.sarava.org/?p=metadot.git" >> README.mdwn
+ echo "# As we are handling with config files, it might be better to" > .gitignore
+ echo "# use a paranoid config by default." >> .gitignore
+ echo "#" >> .gitignore
+ echo "# Comment that while in development." >> .gitignore
+ echo '*' >> .gitignore
+
git add .
)
echo "Metadot skeleton module $1 created at $MODULES/$1"