aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.install.yml
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-12-25 14:42:43 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-12-25 14:42:43 +0000
commit6bbdbe073e993fb43003d89d7e5a27a1a8a36413 (patch)
tree20de2b5b04d90eb52aa8ed5bdad4e0420ba933e7 /zsh/.install.yml
parentb48ffc1321c30ec70cbcb1db801b767e855487cb (diff)
Update zsh
Diffstat (limited to 'zsh/.install.yml')
-rw-r--r--zsh/.install.yml16
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
+