aboutsummaryrefslogtreecommitdiff
path: root/README.mdwn
blob: a03a3d3fdec8c951e2e206d6f9c04bc56c967d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Metadot: a dotfiles management system
=====================================

Instalation
-----------

    git clone git://URL/dotfiles.git .dotfiles

Some configuration files depends on the "scripts" repository to
be cloned at ~/apps/scripts.

Backups of your old files can be put into .dotfiles/backups.

Layout
------

- ~/.dotfiles/
  - modules: where all dotfiles plugins are stored
  - backups: backups of old config files
- ~/.custom: your custom configuration where you can override parameters

Todo
----

- Metadot application to easy symlink and module management.
- Put modules as git submodules.
- Standardize module layout.
- Better integration with scripts project.
- Grab ideas from other projects.