From 5f0d8aae46973372b701829b827c46d0771d34b2 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Wed, 26 Oct 2022 22:08:07 +0200 Subject: [PATCH] Added zsh config file --- zsh/dot | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 zsh/dot diff --git a/zsh/dot b/zsh/dot new file mode 100644 index 0000000..b3ba8e5 --- /dev/null +++ b/zsh/dot @@ -0,0 +1,4 @@ +{"name": "zsh", "files":[ + {"src": ".zshrc", "dest": "{{home}}/.zshrc"}, + {"src": ".p10k.zsh", "dest": "{{home}}/.p10k.zsh"}, + ]} \ No newline at end of file