1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-10-02 06:59:04 +00:00
dotfiles/.dirsetup
2020-05-09 17:17:57 -04:00

6 lines
72 B
Fish
Executable file

#!/usr/bin/fish
cd ~/.dotfiles
for i in (fd -t d)
mkdir -p ~/$i
end