Compare commits

...

2 Commits

Author SHA1 Message Date
waldek 7f33bf9c05 Merge branch 'master' of ssh://86thumbs.net:3022/waldek/bootstrap 2022-08-24 23:12:05 +02:00
waldek e09104d47d uncomments functions 2022-08-24 23:11:54 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -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
}