1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-15 14:39:13 +00:00
dotfiles/.dirsetup

6 lines
72 B
Fish
Executable file

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