dotfiles installation clone to ~/dotfiles add for f in $(find ~/dotfiles -maxdepth 2 -not -path '*.git*' -not -path '*/dotfiles/bin/*' -not -type dir); do source $f; done to ~/.bashrc