diff options
Diffstat (limited to 'zsh/.install.yml')
| -rw-r--r-- | zsh/.install.yml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/zsh/.install.yml b/zsh/.install.yml index 0ea43db..9b3ce3d 100644 --- a/zsh/.install.yml +++ b/zsh/.install.yml @@ -3,16 +3,8 @@ steps: - !Link from: ".zshrc" to: "~/.zshrc" - recursive: false - !Link - from: "config/aliases.zsh" - to: "~/.config/zsh/aliases.zsh" - recursive: false - - !Link - from: "config/environment.zsh" - to: "~/.config/zsh/environment.zsh" - recursive: false - - !Link - from: "config/prompt.zsh" - to: "~/.config/zsh/prompt.zsh" - recursive: false
\ No newline at end of file + from: "config" + to: "~/.config/zsh" + symbolic: true + |
