brew install tree cd ~ vi .bash_profile alias tree="find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'" source .bash_profile tree