function intake() { while read folder; do echo "Intaking changes from $folder" mkdir -p "$folder" cp -r "$HOME/.config/$folder/." "./$folder" done