Skip to content

Commit

Permalink
add documentation about .dfminstall to perldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
justone committed Oct 16, 2010
1 parent fea0273 commit 87c7ee4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion bin/dfm
Expand Up @@ -327,9 +327,22 @@ All the subcommands implemented by dfm have the following options:
=item dfm install
This is the default command. Running 'dfm' is the same as running 'dfm
install'.
This installs everything in the repository into the current user's home
directory by making symlinks. To skip any files, add their names to a file
named 'skip' in the base of the repository. This is the default command.
named '.dfminstall'. For instance, to skip 'README.md', put this in
.dfminstall:
README.md skip
To recurse into a directory and install files inside rather than symlinking the
directory itself, just add its name to .dfminstall. For instance, to make 'dfm
install' symlink files inside of ~/.ssh instead of making ~/.ssh a symlink, put
this in .dfminstall:
.ssh
=item dfm updates [--no-fetch]
Expand Down

0 comments on commit 87c7ee4

Please sign in to comment.