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