aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.install.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/zsh/.install.yml b/zsh/.install.yml
new file mode 100644
index 0000000..0ea43db
--- /dev/null
+++ b/zsh/.install.yml
@@ -0,0 +1,18 @@
+name: Configure zsh
+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