Skip to content

Commit 8f4b253

Browse files
committed
✨ pyenv
1 parent e6e2b9b commit 8f4b253

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@
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

bootstrap/bootstrap.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
##########################################################

bootstrap/pyenv

Submodule pyenv added at 7deace6

0 commit comments

Comments
 (0)