fix style of README

This commit is contained in:
Yusuke Murata
2013-06-05 03:18:40 +09:00
committed by thilko
parent eb74b90b42
commit f91f5743b6

View File

@@ -62,20 +62,20 @@ For example, when you have castle like this:
`-- fooapp `-- fooapp
|-- config1 |-- config1
|-- config2 |-- config2
`-- config3 `-- config3
and have home like this: and have home like this:
$ tree -a $ tree -a
~ ~
|-- .config |-- .config
| `-- barapp | `-- barapp
| |-- config1 | |-- config1
| |-- config2 | |-- config2
| `-- config3 | `-- config3
`-- .emacs.d `-- .emacs.d
|-- elisp |-- elisp
`-- inits `-- inits
You may want to symlink only to `castle/home/.config/fooapp` instead of `castle/home/.config` because you already have `~/.config/barapp`. In this case, you can use .homesick_subdir. Please write "directories you want to look up sub direcoties (instead of just first depth)" in this file. You may want to symlink only to `castle/home/.config/fooapp` instead of `castle/home/.config` because you already have `~/.config/barapp`. In this case, you can use .homesick_subdir. Please write "directories you want to look up sub direcoties (instead of just first depth)" in this file.
@@ -85,16 +85,16 @@ castle/home/.homesick_subdir
and run `homesick symlink CASTLE`. The result is: and run `homesick symlink CASTLE`. The result is:
~ ~
|-- .config |-- .config
| |-- barapp | |-- barapp
| | |-- config1 | | |-- config1
| | |-- config2 | | |-- config2
| | `-- config3 | | `-- config3
| `-- fooapp -> castle/home/.config/fooapp | `-- fooapp -> castle/home/.config/fooapp
`-- .emacs.d `-- .emacs.d
|-- elisp |-- elisp
`-- inits `-- inits
Or `homesick track NESTED_FILE CASTLE` adds a line automatically. For example: Or `homesick track NESTED_FILE CASTLE` adds a line automatically. For example:
@@ -107,16 +107,16 @@ castle/home/.homesick_subdir
home directory home directory
~ ~
|-- .config |-- .config
| |-- barapp | |-- barapp
| | |-- config1 | | |-- config1
| | |-- config2 | | |-- config2
| | `-- config3 | | `-- config3
| `-- fooapp -> castle/home/.config/fooapp | `-- fooapp -> castle/home/.config/fooapp
`-- .emacs.d `-- .emacs.d
|-- elisp -> castle/home/.emacs/elisp |-- elisp -> castle/home/.emacs/elisp
`-- inits `-- inits
and castle and castle
@@ -126,8 +126,8 @@ and castle
| |-- config1 | |-- config1
| |-- config2 | |-- config2
| `-- config3 | `-- config3
`-- .emacs.d `-- .emacs.d
`-- elisp `-- elisp
## Note on Patches/Pull Requests ## Note on Patches/Pull Requests