In case byobu folder already exists, we don't need to make it. I could check by ``` [ ! -d ~/.byobu ] or [ ! -e ~/.byobu ] ``` or use the `-p` flag like ``` mkdir -p ./byobu ```