My Dotfile
$ ln -s dotfile ~/.dotfile
$ ~/.dotfile/bootstrap.sh
install Homebrew
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
then execute brew bundle ( it would be auto installed when run brew bundle
)
$ brew bundle
then it would install the programs in the Brewfile
list
forked and edited from Eddie's vimrc