From 8aaaf4c28f772d7ab18a7dd7cd3f5bd1bee1bf94 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sat, 9 May 2020 17:17:57 -0400 Subject: [PATCH] Fish: dirsetup (mkdir -p so no dir links) --- .dirsetup | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .dirsetup diff --git a/.dirsetup b/.dirsetup new file mode 100755 index 0000000..e87ab54 --- /dev/null +++ b/.dirsetup @@ -0,0 +1,5 @@ +#!/usr/bin/fish +cd ~/.dotfiles +for i in (fd -t d) + mkdir -p ~/$i +end