diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-01 01:42:09 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-01 01:42:09 -0200 |
commit | 1ac53e6d9073453ea6e545e276a8b240d5d91250 (patch) | |
tree | e9eff7b999232f6b9ec3dac6c31dadd0c7157bba /README.mdwn | |
parent | e8c28ff3866376c292efb5152de4e63f8891c774 (diff) | |
download | dotfiles-1ac53e6d9073453ea6e545e276a8b240d5d91250.tar.gz dotfiles-1ac53e6d9073453ea6e545e276a8b240d5d91250.tar.bz2 |
Usage
Diffstat (limited to 'README.mdwn')
-rw-r--r-- | README.mdwn | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/README.mdwn b/README.mdwn index ca192d8..714df16 100644 --- a/README.mdwn +++ b/README.mdwn @@ -6,12 +6,26 @@ Inspired by https://github.com/holman/dotfiles Instalation ----------- +Get the code: + git clone --recursive git://URL/dotfiles.git .dotfiles -Some configuration files depends on the "scripts" repository to -be cloned at ~/apps/scripts. +Then add .dotfiles folder to your path. + +Usage +----- + +List existing modules: + + metadot ls + +Load a module: + + metadot load <module> + +Load all modules: -Backups of your old files can be put into .dotfiles/backups. + metadot load --all Layout ------ @@ -41,5 +55,7 @@ Also, Todo ---- -- Put modules as git submodules. +- Make modules as git submodules. - Better integration with scripts project. +- Module descriptions. +- Basic dependency. |