File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2828 url = https://github.com/ohmybash/oh-my-bash
2929 shallow = true
3030 branch = master
31+ [submodule "bootstrap/pyenv "]
32+ path = bootstrap/pyenv
33+ url = https://github.com/pyenv/pyenv
34+ shallow = true
35+ branch = master
Original file line number Diff line number Diff line change @@ -282,6 +282,8 @@ function symlink_dotfiles() {
282282 symlink_item " ${DOTFILES_DIR} /shell/.p10k.zsh" " ${HOME} /.p10k.zsh"
283283 symlink_item " ${DOTFILES_DIR} /shell/.shell_aliases" " ${HOME} /.shell_aliases"
284284 symlink_item " ${DOTFILES_DIR} /shell/.mac_aliases" " ${HOME} /.mac_aliases"
285+ # PyEnv
286+ symlink_item " ${DOTFILES_DIR} /bootstrap/pyenv" " ${HOME} /.pyenv"
285287}
286288
287289# #########################################################
You can’t perform that action at this time.
0 commit comments