Compare commits
No commits in common. "7f33bf9c058494e3f4f0f9c0893f48ddb9988ff6" and "db0952ae42effc0eaa315b4ea64e9bfda29bcf4b" have entirely different histories.
7f33bf9c05
...
db0952ae42
|
@ -128,14 +128,14 @@ function install_pip_dependencies () {
|
||||||
}
|
}
|
||||||
|
|
||||||
function main () {
|
function main () {
|
||||||
install_apt_dependencies
|
#install_apt_dependencies
|
||||||
install_pip_dependencies
|
install_pip_dependencies
|
||||||
setup_sources_dir
|
setup_sources_dir
|
||||||
setup_global_git_config
|
setup_global_git_config
|
||||||
clone_bootstrap_to_sources_dir
|
clone_bootstrap_to_sources_dir
|
||||||
install_oh_my_zsh
|
install_oh_my_zsh
|
||||||
customize_oh_my_zsh
|
customize_oh_my_zsh
|
||||||
clone_and_setup_vimrc
|
#clone_and_setup_vimrc
|
||||||
symlink_config_files
|
symlink_config_files
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue