From e09104d47ddc085f8881e66f625146fe14c72a04 Mon Sep 17 00:00:00 2001 From: waldek Date: Wed, 24 Aug 2022 23:11:54 +0200 Subject: [PATCH] uncomments functions --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }