Commit Graph

5 Commits

Author SHA1 Message Date
e0f0177301 Expand Dotfile syntax support to not require a <source> argument
Supported action syntax:

- `<action>: <source> -> <target>`
- `<action>: -> <target>`
- `<source> -> <target>`
- `-> <target>`
2014-03-08 13:29:07 +00:00
3680d280ca Update example Dotfile 2013-10-20 22:52:22 +01:00
6e2041fe21 Update example Dotfile 2013-10-03 23:42:44 +01:00
dae863630e Rethink Dotfile format
Conceptually instead of it just creating symlinks, it instead performs
"actions", and new actions can be supported via dotify plugins. In fact,
all built-in actions will be implemented as plugins.
2013-06-26 21:21:58 +02:00
9a5ec5536a Add example Dotfile 2013-06-24 10:48:22 +02:00