Skip to content

Commit

Permalink
Merge pull request #638 from nawordar/patch-1
Browse files Browse the repository at this point in the history
Change . to dot_ in symlink template example
  • Loading branch information
twpayne committed Mar 23, 2020
2 parents db03a2b + b90fc91 commit da30f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/HOWTO.md
Expand Up @@ -275,8 +275,8 @@ Tell chezmoi to ignore this file:
Tell chezmoi that `~/.config/Code/User/settings.json` should be a symlink to the
file in your source directory:

mkdir -p $(chezmoi source-path)/.config/Code/User
echo -n "{{ .chezmoi.sourceDir }}/settings.json" > $(chezmoi source-path)/.config/Code/User/symlink_settings.json.tmpl
mkdir -p $(chezmoi source-path)/dot_config/Code/User
echo -n "{{ .chezmoi.sourceDir }}/settings.json" > $(chezmoi source-path)/dot_config/Code/User/symlink_settings.json.tmpl

Apply the changes:

Expand Down

0 comments on commit da30f18

Please sign in to comment.