diff --git a/bootstrap.sh b/bootstrap.sh index e6eb794..77ba182 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -128,14 +128,14 @@ function install_pip_dependencies () { } function main () { - #install_apt_dependencies + install_apt_dependencies install_pip_dependencies setup_sources_dir setup_global_git_config clone_bootstrap_to_sources_dir install_oh_my_zsh customize_oh_my_zsh - #clone_and_setup_vimrc + clone_and_setup_vimrc symlink_config_files }