1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-18 16:11:16 +00:00
dotfiles/.dirsetup

6 lines
72 B
Plaintext
Raw Normal View History

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